@extends('dashboard.layout.app') @section('style') @endsection @section('content') @include('dashboard.blocks.title',['button' => true, 'route' =>route('departments.create'), 'icon' => 'plus'])
{{__('translation.clear search result')}}

{{__('translation.result_count')}} ({{$rows->count()}})

@foreach($rows as $item) @endforeach
{{__('translation.title')}} {{__('translation.actions')}}
{{$item->title}} {{__('translation.edit')}} {{__('translation.delete')}}
{{ $rows->appends($search)->links() }}
@endsection @section('script') @endsection