@extends('adminlayout.mobile_sidebar') @section('content')

@if(!empty($pin)) Change Transaction Pin @else Create Transaction Pin

Need to setup transaction pin first

@endif
@csrf
@if(!empty($pin)) @endif
@if ($errors->has('new_pin')){{ $errors->first('new_pin') }}@endif
@if ($errors->has('new_confirm_pin')){{ $errors->first('new_confirm_pin') }}@endif
@endsection