@extends ('backend.layouts.app') @section('title', 'Update Form') @section('page-header')

Update Form

@endsection @section('after-styles') @endsection @section('content')
Update Form - ({{ $form->form_name}})
@csrf
@endsection @section('after-scripts') @include('backend.form-manager.partials.alert_message') @endsection