@extends('dashboards.guest.layouts.guest_layout1') @section('title', 'Service Area') @section('content')

{{ $servicea->name }}

{!! $servicea->address !!}

{{ $servicea->phone1 }} @if ($servicea->phone2) , {{ $servicea->phone2 }} @endif @if ($servicea->phone3) , {{ $servicea->phone3 }} @endif

Our Service Plans

@forelse ($plans as $plan)

{{ $plan->plan_name }}

{{ $plan->bandwidth }} Mb / s

{!! $plan->description !!} {{-- --}}
@empty

No Service Plan Found!

@endforelse
{!! $servicea->maplink !!}
@endsection