@extends('layouts.master') @section('page_title', 'Return orders') @section('title', 'Return orders') @section('main_item', 'Return orders') @section('sub_item', 'Return orders') @section('content') {{-- @if(session('success'))
{{ session('success') }}
@endif --}} {{--
@csrf
--}}
@csrf
{{-- @foreach($return_orders as $re_orders)

{{$re_orders->id}}

@endforeach --}}
{{-- --}}
Waybill ID Order IDParcel Type Cod Amount Parcel Info
(Pay Type)
Commission Return Fee Discount Delivery Fee Earning Delivery City Delivered By Delivered Date Action
@endsection @section('scripts') @endsection