@extends('layouts.admin') @section('title', 'Checkout Fields') @section('content')

Checkout Fields

+ New
@foreach($fields as $field) @endforeach
LabelTypeRequired
{{ $field->label }}{{ $field->type }}{{ $field->is_required ? 'Yes' : 'No' }} Edit
@csrf @method('DELETE')
@endsection