@extends('layouts.app') @section('content')

Profile

@csrf
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif




@if($user->profile_photo_path) profile @else No image @endif
@endsection