@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.broker.edit_broker')

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @php $settings = $brand->setting; @endphp
{{ csrf_field() }} {{ method_field('PUT') }}
@if($brand && $brand->broker_logo) {{ __("sistema.btn_delete") }} @endif

 @lang('sistema.configuration.charges')
# @lang('sistema.configuration.transfer_commission_percentage'), @lang('sistema.configuration.processing_fees_percentage') : MAX 100.00
# @lang('sistema.configuration.transfer_commission_amount'), @lang('sistema.configuration.processing_fees_amount') : MAX 99,999.99

Configuration

menu_orientation == 'vertical' ? 'checked' : '' }}>
menu_orientation == 'horizontal' ? 'checked' : '' }}>

@lang('sistema.btn_back')
@if($settings && $settings->company_statement_logo) {{ __("sistema.btn_delete") }} @endif
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection