{{ $title }}

{{ __('admin.showing') }} {{ ($list->currentpage() - 1) * $list->perpage() + 1 }} {{ __('admin.to') }} {{ ($list->currentpage() - 1) * $list->perpage() + $list->count() }} {{ __('admin.of') }} {{ $list->total() }} {{ __('admin.lists') }}

@if (isset($create)) @if (Auth::user()->hasPermission($create)) {{ __('label.add_more') }} @endif @endif @if (isset($export)) @if (Auth::user()->hasPermission($export)) Export @endif @endif @if (isset($filter)) {{ __('label.filter') }} @endif @if (isset($addNew)) @if (Auth::user()->hasPermission($addNew)) {{ $addNewText }} @endif @endif