{{__('translation.result_count')}} ({{$rows->count()}})
| {{__('translation.title')}} | {{__('translation.actions')}} |
|---|---|
| {{$item->title}} | {{__('translation.edit')}} {{__('translation.delete')}} |
@extends('dashboard.layout.app') @section('style') @endsection @section('content') @include('dashboard.blocks.title',['button' => true, 'route' =>route('departments.create'), 'icon' => 'plus'])
| {{__('translation.title')}} | {{__('translation.actions')}} |
|---|---|
| {{$item->title}} | {{__('translation.edit')}} {{__('translation.delete')}} |