@extends('layouts.app') @section('title') {{ __('Systems Intermediate Checking') }} @endsection @section('breadcrumb')

{{ __('Systems Intermediate Checking') }}

@endsection @section('content')
{{--

{{ __('Create Sample Send Off') }}

--}}
@csrf
@include('admin.maintenance_logs._form')
@endsection @section('scripts') @endsection