@extends('admin.layouts.master') @section('main-content')

{{ __('files.Departments') }}

{{ Breadcrumbs::render('departments') }}
@can('departments_create') @endcan
{{ __('files.ID') }} {{ __('files.Name') }} {{ __('files.Status') }} {{ __('files.Actions') }}
@endsection @section('css') @endsection @section('scripts') @endsection