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

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

    @if($currentLocale=='en') {{ $wardwise_doc->wardwise_election_result->general_election->title_en }} @else {{ $wardwise_doc->wardwise_election_result->general_election->title_mr }} @endif

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