@extends('website.layouts.master') @section('title', $ticket->title) @section('pagecss') @endsection @section('content') @include('website.layouts.title', ['simple'=>true])
@endsection @section('pagejs') @endsection