@extends('layouts.master') @section('title', 'الملف الشخصي') @section('content')
الملف الشخصي
@if (Auth::user()->photo) @else user-avatar @endif

@csrf @method('put')
@endsection @push('scripts') @endpush