@extends('layouts.app') @section('title') Edit Profil @endsection @section('breadcrumb') @parent
  • user
  • edit profil
  • @endsection @section('content')
    {{ csrf_field() }} {{ method_field('PATCH') }}

    @endsection @section('script') @endsection