@extends('admin.layouts.app') @push('page-css') @endpush @push('page-header')

Create User

@endpush @section('content')

Add User

@csrf
@endsection @push('page-js') @endpush