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

Stage - {{$question->stage->stage_name}}

Edit Question

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