@extends('website.layout') @section('title') {{$title}} @endsection @section('meta') {{$meta}} @endsection @section('content') @include('website.lists.programs_list') @if($total > 12) Load More @endif @endsection @section('customjs') @endsection