@extends('admin.master',['menu'=>'setting', 'sub_menu'=>'trade_fees_settings']) @section('title', isset($title) ? $title : __('Trade Fees Settings')) @section('style') @endsection @section('content')
  • {{__('Trade')}}
  • {{ __('Trade Fees Settings') }}

{{__('N.B: Trade limit value must be from smaller to greater')}}

{{Form::open(['route'=>'tradeFeesSettingSave'])}}
@foreach($settings as $key => $setting)
@foreach($setting as $filed => $value) @php $index = explode('_', $filed)[0]; @endphp
@endforeach @if ($filed != 'taker_1')
@endif
@endforeach
{{Form::close()}}
@endsection @section('script') @endsection