@extends('layouts.app') @section('title') Baboon - Krijimi i Profilit @endsection @section('custom-css') @endsection @section('content')

Krijo një profil

përpara se të porosisësh

Krijoni një profil
@if(\Session::has('success') || \Session::get('danger') == 'Kodi aktivizimit nuk eshte i sakte!')
{{ csrf_field() }}
@else
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('surname')) {{ $errors->first('surname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('addressPoints')) {{ $errors->first('addressPoints') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@endif
Or
Keni një Llogari?
{{ csrf_field() }}
@if ($errors->has('email_profile')) {{ $errors->first('emaemail_profileil') }} @endif
@if ($errors->has('password_profile')) {{ $errors->first('password_profile') }} @endif Keni harruar fjalëkalimin?
{{--
--}} {{-- --}} {{--
--}}
@endsection @section('custom-js') @endsection