@section('js') @endsection @section('admin_title') {{__('Live orders')}} @endsection @extends('layouts.app', ['title' => __('Orders')]) @section('content')

{{ __("Live orders") }}

{{ __('New Orders')}}
  • @include('orders.partials.liveitem')
{{ __('Accepted')}}
  • @include('orders.partials.liveitem')
{{ __('Done')}}
  • @include('orders.partials.liveitem')
@include('layouts.footers.auth')
@endsection