@extends('layouts.tabler') @section('content') @include('partials.session') @if ($errors->any())
@endif
Products
@csrf
@error('date')
{{ $message }}
@enderror
@error('customer_id')
{{ $message }}
@enderror
@error('reference')
{{ $message }}
@enderror
@endsection