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

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

Submit Delivery Details :
@csrf
@endsection