@extends('layouts.admin') @section('title') Edit Profile @endsection @section('content') @push('page_style') @endpush Home Update Profile Update Profile @csrf Full Name * @if ($errors->has('full_name')) {{ $errors->first('full_name') }} @endif Email * @if ($errors->has('email')) {{ $errors->first('email') }} @endif Phone Number * @if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @elseif($errors->has('phone_code')) {{ $errors->first('phone_code') }} @elseif($errors->has('iso_code')) {{ $errors->first('iso_code') }} @endif Profile Image Update @push('page_script') @endpush @endsection