@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

@foreach($heads as $head) @endforeach @foreach($subHeads as $subHead) @endforeach @foreach($childHeads as $child) @endforeach
@endsection @push('scripts') @endpush