@extends('layouts.admin') @section('style') @endsection @section('content')
@csrf
@error('date_order_material')
{{ $message }}
@enderror
@error('receiving_materials_note')
{{ $message }}
@enderror
@endsection @section('script') @endsection