@extends('admin.layouts.master') @section('title','Invoice Design - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Front Setting') }} @endslot @slot('menu1') {{ __('Site Setting') }} @endslot @slot('menu2') {{ __('Invoice Design') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __("Invoice Design")}}
{{ csrf_field() }}

logo_enable)) {{ $settings->logo_enable == '1' ? 'checked' : '' }} @endif/>

border_enable)){{ $settings['border_enable'] == '1' ? 'checked' : '' }} @endif/>
{{ __('Browse') }}
@if(isset($settings->signature) && $settings->signature != null) @endif
@endsection @section('script') @endsection