@extends('layouts.main') @section('title', $title) @section('content')
{{ $title }}
@csrf @if(!$isFormCreate) @method('PUT') @endif
@endsection