@extends('Layouts.adminLayout') @section('title') {{__('List Department')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')
@php $i=1; @endphp @foreach($data['departments'] as $value) @endforeach
{{__('Index')}} {{__('Title')}} {{__('Possibilities')}}
{{$i++}} {{$value->name}}
@endsection @section('script') @endsection