@extends('layouts.admin') @section('title', $field->exists ? 'Edit Checkout Field' : 'New Checkout Field') @section('content')

{{ $field->exists ? 'Edit' : 'New' }} Checkout Field

@csrf @if($field->exists) @method('PUT') @endif
@endsection