@extends('website.layouts.master') @section('site_title')تفعيل الحساب - @endsection @section('content')
تفعيل الحساب

لتتمكن من اجراء عملية التسوق بكل سهولة

@csrf
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('activation_token')) {{ $errors->first('activation_token') }} @endif
@endsection @push('page_level_style') @endpush