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