Request PIN Details
{{--
--}}
{{ $total_pins }}
{{ $pin->number_of_pins_requested }}
{{ is_null($pin->accept_pin_requested) ? "0" : $pin->accept_pin_requested }}
{{ $pin->get_requested_user->username }}
{{ $pin->get_requested_to_user->username }}
{{ date(config('app.date_format_date_time'),strtotime($pin->created_at)) }}
@if($pin->status==1) Completed @else Pending @endif