dbfdg @extends('layouts.admin') @section('page-title') {{ __('Settings') }} @endsection @section('breadcrumb') @endsection @php $logo = \App\Models\Utility::get_file('uploads/logo'); $company_logo = Utility::getValByName('company_logo'); $company_favicon = Utility::getValByName('company_favicon'); $lang = Utility::getValByName('default_language'); @endphp @push('script-page') @endpush @section('content')
@csrf
@foreach (Utility::templateData()['colors'] as $key => $color)
@endforeach
@if (isset($settings['purchase_template']) && isset($settings['purchase_color'])) @else @endif
@csrf
@foreach (Utility::templateData()['colors'] as $key => $color)
@endforeach
@if (isset($settings['quotation_template']) && isset($settings['quotation_color'])) @else @endif
@csrf
@foreach (Utility::templateData()['colors'] as $key => $color)
@endforeach
@if (isset($settings['pos_template']) && isset($settings['pos_color'])) @else @endif
@endsection