@extends('frontend::layouts.master') @section('content')

{{__('frontend.pin_settings')}}

@if(empty(auth()->user()->pin))
@endif @if(!empty(auth()->user()->pin))
@endif
@endsection