@extends('Layouts.adminLayout') @section('title') {{__('Sales Percentage')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Store Name')}} : {{$data['seller']->store_name}}
{{__('Sales Percentage')}}
@CSRF
  • {{__('Category')}}
  • {{__('Free')}}
  • {{__('Percentage Of sales By Seller')}}
  • @if ($errors->has('type_sales_percentage'))
    {{ $errors->first('type_sales_percentage') }}
    @endif
@endsection @section('script') @endsection