@extends('layouts.main')
@section('page-style')
@endsection
@section('page-script')
@endsection
@section('content')
-
Home
-
{{ $title }}
@if (!empty($sub_title))
@endif
@if (!empty($sub_title))
-
{{ $sub_title }}
@endif
@include('layouts.notifications')
@endsection