@extends('admin.layouts.app') @section('page_tab_title' ,"Profile") @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
× {{ $error }}
@endforeach @endif @if(session()->has('success'))
× {{ session()->get('success') }}
@endif

Edit Profile


@csrf
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
Choose File
No file chosen...
@if($admin->profile_picture) {{-- --}} @else @endif
Cancel