@extends('website.layouts.master') @section('title', $website->title($page)) @section('pagecss') @endsection @section('content') @include('website.layouts.title') @php($section = $website->section($page)) @php($departmentId = $page->data) @php($staff = \App\Http\Controllers\StaffProfileController::departmentStaffMembers($departmentId))
@endsection @section('pagejs') @endsection