@extends('backend.layouts.app') @section('title', $title) @section('content') @foreach ($orders as $key => $order) @endforeach
{{ $title }}
Order code Totals Payment Shipping Created at Source Action
@endsection @section('script') @endsection