@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{ __('frontend.our_services') }}
{{ __('frontend.range_services') }}
@if (!empty($service)) @foreach ($service['data'] as $item)
Alternate Text
{{ !empty($item['name']) ? $item['name'] : '' }}

{{ !empty($item['detail']) ? $item['detail'] : '' }}

{{ __('frontend.read_more') }}
@endforeach @endif {{--
Alternate Text
Sea Freight

mostly our sea freight will be competitive for ASIA ,MIDDLE EAST ,EUROPE, USA ,CANADA LA TIN AMERICA ,MEDDITERANEAN &Africa

{{ __('frontend.read_more') }}
--}}
@if (!empty($service) && $service['page'] < $service['pages_total'])
{{ __('frontend.view_more') }}
@endif
@endsection @section('script') @endsection