@extends('Layouts.sellerLayout') @section('title') {{__('Product Inventory')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Product Inventory')}}
@CSRF
@if ($errors->has('from'))
{{ $errors->first('from') }}
@endif
@if ($errors->has('to'))
{{ $errors->first('to') }}
@endif
@endsection @section('script') @endsection