@extends('layouts.election_app') @section('content')
@include('layouts.left_menu',['general_election'=>$wardwise_election_result->general_election])

This is the first item’s accordion body. You can collapse and expand this section.
  • Ward-wise election results

      @foreach ($wardwise_documents as $wardwise_doc)
      @if($wardwise_doc->file_ext=='pdf') ... @else ... @endif
      @endforeach
@endsection