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

Update user * Required Fields

{{$errors->first('first_name')}}
{{$errors->first('middle_name')}}
{{$errors->first('last_name')}}
{{$errors->first('username')}}
{{$errors->first('email')}}
@if(auth('merchants')->user()->type == 'admin') type == 'admin') checked @endif> @endif type == 'user') checked @endif>
status ? 'checked' :'' }}> status == 0 ? 'checked' :'' }}>
@csrf @method('PUT')
@endsection