@extends('st::layouts.app') @section('head') @endsection @section('content')
{{csrf_field()}}
User List
User Name Email User Role User Type Edit Delete
@endsection @section('script') @endsection