@extends('layouts.admin') {{ config('app.name', 'Laravel') }} | Admin | Profile @section('main-content')
@if (Session::has('success')) @endif @if ($errors->any())
@endif

Account Settings / Account

Profile Details
@csrf
@if (!Auth::user()->profile_photo_path) @else user @endif
@if (!Auth::user()->profile_photo_path) @else user @endif Preview Image

@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
{{-- Cancel --}}
@if (Auth::user()->role == '1')
Update password
{{-- Cancel --}}
@endif
Pre School Details
{{-- @if ($schoolInfo && $schoolInfo->logo)
New Logo
@else
Logo
@endif --}}
Name
Address
School Banner
{{-- --}}
Current Banner
@endsection