@extends('website.layouts.master') @section('title', $website->title($page)) @section('pagecss') @endsection @section('content') @include('website.layouts.title') @php($section = $website->section($page)) @php($plan = \App\Plan::find($page->data)) @php($plansCourses = \App\Http\Controllers\WebsiteController::planCourses($plan->id))
@endsection @section('pagejs') @endsection