@extends('layouts.app') @section('content')
{{$boothwise_voter_list->general_election->title_en}} Boothwise Voter Lists docs
@foreach ($wardwise_docs as $wardwise_doc)
@if($wardwise_doc->file_ext=='pdf') @else ... @endif
@endforeach
@endsection