@extends('layouts.admin') @section('title', $heading) @section('heading', $heading) @push('styles') @endpush @section('content')
@csrf @if ($method !== 'POST') @method($method) @endif
Cancel
@endsection