@extends('front.layouts.master') @section('content') @php $support=App\Models\Page::where([['status',1],['position','footer'],['slug',$subchild_slug]])->orderBy('weight','asc')->first(); @endphp

Engineering techniques & implementation

{{ $support->name }}

{!! $support->description !!}

@endsection