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