@extends('layouts.master') @section('title',__('All Users')) @section('breadcum') @endsection @section('maincontent')
{{ __('Add User') }}
{{ __('All users') }}
{{ __('#') }} {{ __('ID') }} {{ __('USER DETAILS') }} {{ __('EMAIL') }} {{ __('IMAGE') }} {{ __('STATUS') }} {{ __('ACTION') }}
@endsection @section('script') @endsection