@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Godown Manager Information
Godown Manager Charges

@foreach($charges as $item) @endforeach
Action Product Rate/SqFt
Cancel
@include('layouts.footer')