@extends('layouts.web.master', ['bodyCss'=>'text-center', 'title'=>'Bioderma | Login']) @section('styles') @endsection @section('scripts') @endsection @section('content')
{{ csrf_field() }}

Login

{!! $errors->first('username', '
:message
') !!}
{!! $errors->first('password', '
:message
') !!}

Copyright © 2019 Bioderma. All rights reserved.

@endsection