@extends('layouts.app_mobile')
@section('link')
@endsection
@section('content')
@include('shared.messages')
@if($expedition)
Експедицията се зарежда, моля изчакайте
@else
{{__('texte.mobile_views_arr.index_picker.no_executable_expeditions')}}
@endif
@endsection