@extends('admin.layouts.master') @section('title', 'Settings') @section('content')

Settings

@csrf
@php $show_price = $settings->where('key', 'show_price')->first(); @endphp
value) checked @endif>
@php $show_purchase_note = $settings->where('key', 'show_purchase_note')->first(); @endphp
value) checked @endif>
@php $include_vat_tax = $settings->where('key', 'include_vat_tax')->first(); $vat_tax_percentage = $settings->where('key', 'vat_tax_percentage')->first(); @endphp
value) checked @endif>
@endsection @section('js') @endsection