@extends('layouts.location_app') @section('title', 'Bespoke Form Category') @section('content')
@include('layouts.error')

Bespoke Form Category @if(isset($category)) - {{$category->name}} @endif

@csrf
@endsection @section('styles') @endsection @section('scripts') @include('head_office.be_spoke_forms.script') @endsection