@extends('administrator.layout') @section('admintitle', 'Commission Level') @section('content')
@if (session()->has('success')) @endif @if (session()->has('error')) @endif
{{ __('text.add') }} {{ __('text.level') }} {{ __('text.commission')}}
@csrf
@foreach ($settings['Level commission']['inputs'] as $input => $value)
@endforeach
@endsection