@extends('layouts.app') @section('header') @include('layouts.partials.login-header') @endsection @section('content')
@include('layouts.partials.flash-message')
@endsection @section('footer') @include('layouts.partials.login-footer') @endsection