@php if(Schema::hasTable('color_schemes')){ $color = App\ColorScheme::first(); } @endphp @if(isset($color)) @if($color->color_scheme == 'dark') @else @endif @if($color->color_scheme == 'light') @else @endif @endif
@section('content')
{{__('staticwords.resetpassword')}}
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection