@extends('layouts/contentNavbarLayout') @section('title', 'Gallery Sector') @section('content')
Gallery Sector List " {{ $entity->title }} "
Create gallery Sector
@forelse ($gallerySecteurs as $gallerySecteur) @empty @endforelse
Picture Titre Enabled Actions
{{ $gallerySecteur->title }} @if( $gallerySecteur->enabled == 1 )
Active
@else
Inactive
@endif
@endsection