@extends('site.layout.layout') @section('title',__('Store orders')) @section('content')

{{ __('Orders') }}

@foreach($statuses as $key => $label)

@endforeach
@endsection @push('scripts') @endpush