@extends('Dashboard.layouts.master') @section('title', 'Settings | Edit') @section('style') @endsection @section('content')
@csrf @method('PATCH')

@php $fonts = ['Gabarito' , 'AR One Sans' , 'Pixelify Sans' , 'Rubik' , 'Poppins'];@endphp @error('font') {{$errors->first('font')}} @enderror
allow_step_verification == 1 ? 'checked="checked"' : '' }}>



@error('stripe.key') {{ $errors->first('stripe.key') }} @enderror
@error('stripe.secret') {{ $errors->first('stripe.secret') }} @enderror
@endsection @section('scripts') @endsection