@extends('layouts.app', ['activePage' => 'register', 'title' => 'Light Bootstrap Dashboard Laravel by Creative Tim & UPDIVISION']) @section('content')

{{ __('Free Account') }}

{{ __('Here you can write a feature description for your dashboard, let the users know what is the value that you give them.') }}

{{ __('Awesome Performances') }}

{{ __('Here you can write a feature description for your dashboard, let the users know what is the value that you give them.') }}

{{ __('Global Support') }}

{{ __('Here you can write a feature description for your dashboard, let the users know what is the value that you give them.') }}

@csrf
{{-- is-invalid make border red --}}
@foreach ($errors->all() as $error)
× {{ $error }}
@endforeach
@endsection @push('js') @endpush