@extends('mainlayout.layout-without-nav') @section('title') {{env('APP_NAME')}} | Login @endsection @section('css') @endsection @section('body') @endsection @section('content')
Create Password
@csrf @if(count($errors) > 0) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif
@error('password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--
--}}

© Miliki.

@endsection @section('script') @endsection