@extends('order.shop.layout.base') @section('title') {{ __('Dispatcher Panel') }} @stop @section('styles') @parent @stop @section('content')
{{ __('Request List') }}
@stop @section('scripts') @parent @stop