@extends("frontend.layout.main") @section("content") @if(isset($lcls)) {{ $lcls->name ?? 'Legal Case Law Title' }} {!! $lcls->description !!} @else No blog found. @endif Related LCL @if(isset($related) && $related->count() > 0) @foreach ($related as $item) {{ $item->name ?? 'Lcl Title' }} @endforeach @else No latest blogs found. @endif @endsection
No blog found.
No latest blogs found.