@extends('layouts.app') @section('content')

{{trans('lang.business_model_settings')}}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ trans('lang.subscription_based_model_settings') }}
@csrf @method("PUT")
{{trans('lang.commission_based_model_settings')}}
{{ trans('lang.cancel')}}
@csrf @method("PUT")
{{ trans('lang.bulk_update')}}
{{ trans("lang.select_driver") }}
@endsection @section('scripts') @if(session('success')) @endif @if(session('success_bulk')) @endif @endsection