@extends('admin.layout.master') @section('content')
@php $i = 0; @endphp @foreach ($policestation as $item) @endforeach
# Police Station Name Address Phone Number Email Action
{{ ++$i }} {{ $item->name }} {{ $item->division->bn_name }}, {{ $item->district->bn_name }}, {{ $item->upazila->bn_name }}, {{ $item->address }} {{ $item->phone_no }} {{ $item->email }}
{{-- Data add Model Start --}} {{-- Data Add Modal End --}} @endsection