@extends('admin.layouts.master-soyuz') @section('title',__('All Users | ')) @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('All Users') }} @endslot @slot('menu1') {{ __('All Users') }} @endslot @slot('button')
@can('users.create') {{ __('Create a new user') }} @endcan
@endslot @endcomponent
@if ($errors->any()) @endif
{{__("All users")}}
# {{__("Image")}} {{__("Name")}} {{ __("Email") }} {{ __("Contact NO.") }} {{ __("Role") }} {{ __("Login as user") }} {{ __("Registerd at") }} {{ __("Action") }}
@endsection @section('custom-script') @endsection