@extends('layouts.admin.auth_layout') @section('title', 'ورد به سیستم سافت بریج') @section('vendor-css') @endsection @section('page-css') @endsection @section('content')

{{__('خوش آمدید به سیستم مدیریتی سافت بریج')}}

یا با ایمیل ادرس تان وارد شوید
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{{--
--}} {{-- {{__("Don't have an account?")}}--}} {{-- --}} {{-- {{__('Register')}}--}} {{-- --}} {{--
--}}
branding logo
@endsection @section('page-vendor-js') @endsection @section('page-js') @endsection