@extends('layouts.head_office_app') @section('title', 'Bespoke Form Question Edit') @section('top-nav-title', 'Bespoke Form Question Edit') @section('content') {{-- --}}
Stage - {{$question->stage->stage_name}}
@include('layouts.error')

Edit Question

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