@extends('admin.layouts.master') @section('contents')

{{__('Create New USer')}}

@csrf @include('admin.providers.form')
@endsection