@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@foreach($inventory as $row) @endforeach
Varient No of rolls Quantity/Sqft Rate Unit Available Rolls
{{ $row->varient_code}}-{{ $row->varient_name}} {{ $row->no_of_rolls}} {{ $row->no_of_rolls}} {{ $row->basic_cost}} {{ $row->unit_name}} {{ $row->available_rolls}}
@include('layouts.footer')