@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content') @stop {{-- Scripts --}} @section('scripts') @stop