@extends('layouts.user') @section('title') Send Product @endsection @section('content')
{{ auth()->user()->username }}

{{ auth()->user()->email }}

Add Products Through An Agent :
@csrf
{{--
@
--}}
If through whatsapp, enter your whatsapp number, else if through mail, enter your preferred email address.
@endsection