@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','location')->first()->custom_lang }} @endsection @section('admin-content')

{{ $website_lang->where('lang_key','create')->first()->custom_lang }}

{{ $website_lang->where('lang_key','location_table')->first()->custom_lang }}
@foreach ($locations as $index => $item) @endforeach
{{ $website_lang->where('lang_key','serial')->first()->custom_lang }} {{ $website_lang->where('lang_key','name')->first()->custom_lang }} {{ $website_lang->where('lang_key','status')->first()->custom_lang }} {{ $website_lang->where('lang_key','action')->first()->custom_lang }}
{{ ++$index }} {{ $item->location }} @if ($item->status==1) @else @endif @php $count=$lawyers->where('location_id',$item->id)->count(); @endphp @if ($count == 0) @endif
@foreach ($locations as $item) @endforeach @endsection