@extends('layouts.app') @section('content')
@csrf @method('PATCH')

Edit Profile

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection