@extends('layouts.app') @section('title') {{__('Create Record')}} @endsection @section('breadcrumb')

{{__('Records Management')}}

@endsection @section('content')
@csrf @include('admin.records._form')
@endsection @section('scripts') @endsection