@extends('layouts.app') @section('title', 'ABOOD BUS') @section('content')
@if(count(config('panel.available_languages', [])) > 1)
{{__('menu.language')}}
    @foreach(config('app.available_locales') as $langLocale => $langName)
  • {{ $langName }}
  • @endforeach
@endif
  • info@aboodgroup.com
  • {{__('menu.parcel_header')}}
@if(count(config('panel.available_languages', [])) > 1)
{{__('menu.language')}}
    @foreach(config('app.available_locales') as $langLocale => $langName)
  • {{ $langName }}
  • @endforeach
@endif
@include('includes.alerts')

ABOOD BUS SERVICE

{{__('text.slogan')}}

{{-- {{__('text.bookticket')}}--}}
{{--
{{__('text.search_trip')}}
--}} {{--
@csrf--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

ABOOD BUS SERVICE

{{__('text.about')}}
{{__('text.about2')}}
{{__('text.about3')}}

@endsection