@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@if (session('status')) @endif {{ __('You are logged in!') }}
@section('title', 'BDL Backoffice v0.1') @section('content')
Welcome to the application
@endsection
@endsection