@section('title')
TM 3.0
@endsection
@section('htmlheader')
@include('layouts.dashboard.partials.htmlheader')
@show
@section('scripts')
@include('layouts.dashboard.partials.scripts')
@show
@if(session('message') or isset($message))
@if(isset($message))
@else
@endif
@endif