@extends('setting::settings') @section('title', localize('invoice_theme_settings')) @section('setting_content') @include('backend.layouts.common.validation')
{{ localize('invoice_theme_settings') }}
@csrf {{--
@php $sl = 1; @endphp @foreach ($invoiceSettings as $item)
Invoice Theme
default == 1 ? 'checked' : '' }}>
@php $sl++; @endphp
@endforeach
--}}
@endsection @push('js') @endpush