@extends('both.template') @section('title', 'DEPARTEMENTS | OPTIMIA') @section('styleSheets') @endsection @section('content')
@foreach($departments as $department) @endforeach
# Départements Visibilité Action
{{ $i++ }} {{ $department->departmentName }}
@if ($department->departmentStatus == 1) @else @endif
{{ csrf_field() }}
@endsection @section('scriptsSheets') @endsection