@extends('layouts.admin') @section('title', 'New '.Str::lower($moduleSingular)) @section('heading', $moduleTitle.' — new '.Str::lower($moduleSingular)) @section('content')
@csrf @include($formPartial, ['record' => $record])
Cancel
@endsection