@section('styles') @endsection @extends('website.app')@section('content')
{{ trans('index.pricing') }}

{{ trans('index.get_fare') }}

@if(Setting::get('map_type', 1) == 2)
@else
img
@endif
@if( count( $services ) > 0 ) @foreach($services as $service )
first) checked="checked" @endif>
@endforeach @endif
@endsection @section('scripts') @if (Setting::get('map_type', 1) == 2) @else @endif @endsection