@extends('layout.master') @section('css') @stop @section('content')
@csrf

Add Pin Request

@if ($isAssociateAdmin)
@if ($errors->has('payment_status'))
{{ $errors->first('payment_status') }}
@endif
@endif
@csrf
@stop @section('script') @stop