@extends('layouts.app', ['title' => __('Orders')]) @section('admin_title') {{__('Orders')}} @endsection @section('content')
@include('orders.partials.ordercard')
@include('layouts.footers.auth') @include('orders.partials.modals')
@endsection