@extends('layouts/contentNavbarLayout')
@section('title', 'Gallery Sector')
@section('content')
| Picture |
Titre |
Enabled |
Actions |
@forelse ($gallerySecteurs as $gallerySecteur)
|
{{ $gallerySecteur->title }} |
@if( $gallerySecteur->enabled == 1 )
Active
@else
Inactive
@endif
|
|
@empty
|
No company found !
|
@endforelse
@endsection