@extends('layout.app') @section('title') {{$service->name}} name}}/> @endsection @section('content')

{{$service->name}}

@php $service_sections = $service->visa_service_sections()->orderby('order_by','asc')->get(); @endphp @if($service_sections->count() > 0)

{{$service->name}}s

{!!strip_tags($service_sections->first()->top_description)!!}

{!!$service_sections->first()->left_description!!}

{!!$service_sections->first()->point_title!!}

    @foreach($service_sections->first()->visa_service_section_point as $point)
  • {{$point->point}}
  • @endforeach
@if($service_sections->count() > 1) @php $second_service = $service_sections[1];@endphp

{{$second_service->left_title}}

{{$second_service->left_sub_title}}

{!!$second_service->left_description!!}

{{$second_service->right_title}}

{!!$second_service->point_title!!}

    @foreach($second_service->visa_service_section_point as $point)
  • {{$point->point}}
  • @endforeach
{{$second_service->right_sub_title}}

{{$second_service->visa_length}}

@endif @endif @endsection