@extends('backend.layouts.master-without-nav') @section('title') Login @endsection @section('body') @endsection @section('content') {{--
--}}
{{ Setting::get('bo_app_name', 'Mon App') }}
@if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--
--}}
{{--
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
--}}
{{--

Don't have an account ? Signup now

© Veltrix. Crafted with by Themesbrand

--}}
@endsection @section('scripts') @endsection