@extends('layouts.app') @section('title', env('APP_NAME')) @section('content')
@include('layouts.footer')
@endsection @section('embed_footer') @endsection @section('scripts') @endsection