@extends('layouts.merchant') @section('content')

Create New User * Required Fields

{{$errors->first('first_name')}}
{{$errors->first('middle_name')}}
{{$errors->first('last_name')}}
{{$errors->first('username')}}
{{$errors->first('email')}}
{{$errors->first('password')}}
{{$errors->first('re_password')}}
@if(auth('merchants')->user()->type == 'admin') @endif
@csrf
@endsection @section('ext_js') @endsection