@extends('layouts.default.master') @section('data_count') {{-- Start:: content heading --}}
{{-- title --}}
Add User
{{-- title --}}
{{-- End:: content heading --}} {{-- Start::Content Body --}}
@csrf
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('password') }}
Upload Image Or Drag Here
your image
{{ $errors->first('image') }}
Cancel
{{-- End::Content Body --}} @stop @push('custom-js') @endpush