@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@include('flash::message')

Square Payment Method Settings

@csrf
is_live ?? 0) == 1 ? 'checked' : '' }}>
@if(old('is_live', $squareSettings->is_live ?? 0) == 1) ACTIVE @endif
is_live ?? 0) == 0 ? 'checked' : '' }}>
@if(old('is_live', $squareSettings->is_live ?? 0) == 0) ACTIVE @endif
@endsection