@extends('layouts.master') @section('title') {{ __('User Create') }} @endsection @section('main_content')

{{ __('Add New Staff') }}

@csrf
user
{{ __('Cancel') }}
@endsection