@extends('layouts.master') @section('heading') {{__('All Departments')}} @if(Entrust::hasRole('administrator') || Entrust::hasRole('owner')) @endif @stop @section('content')
{{ __('Name') }} {{ __('Description') }}
@push('scripts') @endpush @stop