@php $subtitle .= ' / Tambah'; @endphp @extends(config('template.layout')) @section('content')
@foreach ($fields as $field_name => $field)
@endforeach
@endsection @section('script') {!! $custom_script ?? '' !!} @endsection