@extends('both.template') @section('title', 'DESIGNATIONS | OPTIMIA') @section('styleSheets') @endsection @section('content')
@foreach($designations as $designation) @endforeach
# Désignation Département
{{ $i++ }} {{ $designation->designationName }} {{ $designation->departmentName }}
{{ csrf_field() }}
@endsection @section('scriptsSheets') @endsection