@extends('layouts.base') @section('title') {{ config('app.name') }} Backend | Form @endsection @section('breadcrumb') @endsection @section('formsection')
@endsection @section('content')

@yield('formtitle')

@csrf @yield('formsection') @yield('customsubmit') Cancel
@endsection