@extends('layouts.admin') @section('title', 'Edit Title') @section('content')
@csrf @method('PATCH')
@endsection