@extends('layout.backend.main') @section('page_content') @if (session('error'))
Error! {{ session('error') }}
@endif @if ($errors->any())
@endif

Add New Product Lot

@csrf
@endsection