@extends('layouts.app') @section('title', isset($method) ? 'Edit Payment Method' : 'Add Payment Method') @section('content')
{{ isset($method) ? 'Edit Payment Method' : 'New Payment Method' }}
@csrf @if(isset($method)) @method('PUT') @endif

cheque_enabled ?? false) ? 'checked' : '' }}>
is_active ?? true) ? 'checked' : '' }}>
Cancel
@endsection @push('scripts') @endpush