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

{{__('Records Inventory')}}

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