@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) @endforeach @else

No latest blogs found.

@endif
@endsection