@extends('foreground.layouts.frame') @section('body') @include("foreground.layouts.alert")
@include('foreground.layouts.header', [ 'current' => '', ]) @include('foreground.layouts.footer')
@endsection