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