@extends('backend.layouts.app') @section('title', 'All User List') @section('page-title', 'All User List') @section('page-breadcrumb', 'All User List') @section('content')
All User List
@csrf
All User Search

@if(Auth::user()->user_type>4)
@else @endif
@endsection @section('self_script') @endsection