@extends('layouts.dashboard.main') {{-- content --}} @section('content')
{!! $title !!}
@if(\Session::get('staff.is_master')) {{-- staff --}}
{!! __('lang.staff.title') !!}
{{-- /.section --}} {{-- section --}}
{!! __('lang.application.title') !!}
{{-- /.section --}} @endif @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop