@extends('admin/admin') @section('content')
{{ __('Location') }} {{ __('List') }}
@if (session()->has('success'))
{{ session('success') }}
@endif
{{ __('ID') }} {{ __('Name') }} {{ __('Address') }} {{ __('Location Phone') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('footer-scripts') @parent @endsection