@if(session()->has('error'))
{{ session('error') }}
@endif @if($header)
{{ $header }}
@endif @if($footer)
{{ $footer }}
@endif