@extends('admin.layouts.master') @section('title','Invoice Design - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@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