@extends('layout.app') @section('content')
@csrf
Back To CRM
Note : Here, we show only those items that are not approved by Store Admin.
@foreach ($crm_return_items as $key=>$item) @endforeach
Item Name Quantity Return Status Action
{{$item->item->name}}
@endsection @push('js') @endpush