@extends('apex-layouts.main') @section("title","{$model->name} Update") @section('header-right') @endsection @section('content')
@if (request('success')) {{ session('success') }} @endif @if (session('error')) {{ session('error') }} @endif

{{ "Update Profile" }}

@csrf
@if(!$model->email)
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if(!$model->phone)
phone)?'disabled':'')}} required autofocus> Format: 01234567890 @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@endif