@extends('layoutsfrontend.master') @section('content') @php $name1=''; $name2=''; $heading1=''; $heading2=''; @endphp @isset($hospitals) @foreach($hospitals as $hospitals_res) @if($hospitals_res->type=='heading') @if($hospitals_res->id==1) @php $name1=$hospitals_res->name; $heading1=$hospitals_res->description; @endphp @endif @if($hospitals_res->id==2) @php $name2=$hospitals_res->name; $heading2=$hospitals_res->description; @endphp @endif @endif @endforeach @endisset

{{$heading1}}

Our Branches

{{$name2}}

{{$heading2}}

@endsection