@extends('layout.layout') @section('content') @if(Session::has('success'))
@endif {{Session::get('success')}} @if(Session::has('success'))
{{Session::get('success')}}
@endif
@if($errors->has('fail')) @foreach ($errors->all() as $error)
@endforeach @endif
@csrf @error('email')
{{ $message }}
@enderror @error('password')
{{ $message }}
@enderror @error('activ')
{{ $message }}
@enderror
{{-- //userul --}} @push('js') @endpush @endsection