@extends('layouts.application') @section('layout-content') {{-- @if(Session::has('alert-save')) @endif @if(Session::has('alert-error')) @endif @if(Session::has('alert-success')) @endif--}}
@include('layouts.includes.layout-navbar-without')
@yield('content')
@include('layouts.includes.layout-footer')
@endsection