@extends('layouts.whatsapp') @section('content')
@include('auth.partials.form-error')
@csrf
*Make sure to enter the last 4 numbers, not the whole number
@if ($message = Session::get('error')) @endif @endsection