Tools
@include('area.tools')
Add
View webpage
@if(empty($_GET['show']))
Show hidden areas (state = none)
@else
Hide areas (state = none)
@endif
| Name |
Featured |
Live |
State |
Created at |
Action |
@foreach($areas as $area)
| {{ $area->name }} |
{!! $live_text[$area->featured] !!} |
{!! $live_text[$area->live] !!} |
{!! $state_text[$area->state] !!} |
{{ date('Y-m-d', strtotime($area->created_at)) }} |
Addresses |
Edit |
View |
Admin |
|
@endforeach
@endsection