@extends ('core.layouts.app') @section ('title', trans('business.theme_settings')) @section('content')
{{ Form::open(['route' => 'biller.settings.theme_post', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post','files' => true, 'id' => 'create-hrm']) }}

{{ trans('business.theme_settings') }}

{{ Form::label( 'theme_direction', trans('meta.theme_direction'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'theme_direction', 'Theme Style',['class' => 'col-12 control-label']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}

{{ trans('business.bill_style') }}

{{ Form::label( 'bill_style', trans('business.bill_style'),['class' => 'col-12 control-label']) }}
{{trans('meta.print_style_1')}}
Business header logo
{{trans('meta.print_style_2')}}
Business header logo
{{trans('meta.print_style-3')}}
Business header logo
Kingdom of Saudi Arabia (KSA) Format
Business header logo
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}
{{ Form::close() }}
@endsection