@if (count($errors) > 0)
@foreach ($errors->all() as $error)
{{$error}}
@endforeach
@endif
@if (session()->has('add'))
{{ session()->get('add') }}
@endif
@if (session()->has('edit'))
{{ session()->get('edit') }}
@endif
@if (session()->has('delete'))
{{ session()->get('delete') }}
@endif
| # | @lang('dashboard.question') | @lang('dashboard.username') | @lang('dashboard.country') | @lang('dashboard.city') | @lang('dashboard.operations') |
|---|---|---|---|---|---|