@extends('admin.layouts.container') @section('content')
@CSRF
{{ __('deliveries.name') }} {{ __('deliveries.morning_city_id') }} {{ __('deliveries.morning_area_id') }} {{ __('deliveries.night_city_id') }} {{ __('deliveries.night_area_id') }} {{ __('deliveries.count_orders') }} {{ __('dashboard.created_at') }} {{ __('dashboard.processes') }}
@endsection @section('inner_js') @endsection