@extends('backend.layouts.master-without-nav') @section('title') Login @endsection @section('body') @endsection @section('content') {{--
--}}
{{ Setting::get('bo_app_name', 'Mon App') }}
@if ($errors->has('login_error'))
{{ $errors->first('login_error') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--
--}}
{{--

Don't have an account ? Signup now

© Veltrix. Crafted with by Themesbrand

--}}
@endsection