@extends('layouts.app') @section('content')
System setup

Organization settings

These values appear on tickets, cards and receipts.
@csrf @method('put') @foreach(['organization_name'=>'Organization Name','address'=>'Address','phone'=>'Phone','currency'=>'Currency','timezone'=>'Timezone','ticket_footer'=>'Ticket Footer','tax_percent'=>'Tax Percent'] as $key=>$label)
@endforeach

@csrf
@endsection