@extends('layouts.admin')
@section('styles')
@endsection
@section('content')
Add New Voter
(#) |
Home # / گھرانہ |
Name / نام |
Father Name / والد |
Cnic / شناختی کارڈ |
Age / عمر |
Address/ پتہ |
Block Code / بلاک |
Actions |
@foreach($voters as $voter)
{{$loop->iteration}} |
{{$voter->home_no}} |
{{$voter->name}} / {{$voter->name_urdu}} |
{{$voter->father_name}} / {{$voter->father_name_urdu}} |
{{$voter->cnic}} |
{{$voter->age}} |
{{$voter->address}} |
{{$voter->area->block_code}} |
|
@endforeach
@endsection
@section('scripts')
@endsection