@extends('layouts.sellerlayouts.app') @section('title') {{ __(ucfirst($status)) }} Orders of {{ $seller->title }} - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents')
{{ __(ucfirst($status)) }} {{ __('Orders') }}
{{--
--}}
{{--
--}}
@include('seller.orders.ordersAll')
@endsection @push('js') @endpush