@include('public::notifications')

My Departments

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($departments as $department) @endforeach
{!! trans('departments::department.label.departmentname')!!} {!! trans('departments::department.label.descryption')!!} {!! trans('departments::department.label.status')!!} Action
{{ $department->departmentname }} {{ $department->descryption }} {{ $department->status }} View Edit Delete
{{ $departments->links() }}