@extends('layouts/contentNavbarLayout')
@section('title', 'Sectors')
@section('content')
| Title |
Status |
Actions |
@forelse ($configPageHomes as $content )
| {{ $content->title }} |
@if( $content->status == 1 )
Active
@else
Inactive
@endif
|
|
@empty
|
No secteur found !
|
@endforelse
@endsection