@extends('layouts.app') @section('content') @if( ! Request::ajax() )

{{ __($title.' módosítása') }}

@endif
@csrf @method('PATCH') @include($form) @if( ! Request::ajax() )
@endif @endsection