@extends('template.master') @section('layout-styles') {{----}} @yield('styles') @endsection @section('layout-scripts') @endsection @section('body')
@include('template.partials.menu')
{{--@include('template.partials.breadcrumbs')--}}
@yield('content')
@include('sweet::alert') @yield('scripts') @endsection