@extends('layouts.saas-front') @push('meta_details') {{ 'Recruit | '.$footerMenu->name ?: 'Recruit' }} @endpush @push('header_css') @endpush @section('content')

{!! $footerMenu->name !!}

{!! $footerMenu->description !!}

@endsection