@extends('dashboards.guest.layouts.guest_layout1') @section('title', 'Service Area') @section('content')
{!! $servicea->address !!}
{{ $servicea->phone1 }} @if ($servicea->phone2) , {{ $servicea->phone2 }} @endif @if ($servicea->phone3) , {{ $servicea->phone3 }} @endif
No Service Plan Found!
@endforelse