@extends('website.layouts.app') @section('content')

SaveSmart.lk

Create Account

Start your savings journey in seconds

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Already have an account? Log In

Business partner? Register as Partner

@push('scripts') @endpush @endsection