@extends('layouts.app') @section('content')
@if(Auth::user()->id != "320") {{translate('Add New Category')}} @endif

{{translate('Categories')}}

@if(Auth::user()->id != "320") @endif @foreach($categories as $key => $category) @if(Auth::user()->id != "320") @endif @endforeach
# {{translate('Name')}} {{translate('Banner')}} {{translate('Icon')}} {{translate('Featured')}} {{translate('Status')}} {{translate('Set Home Single Template')}} {{translate('Commission')}} Sorting{{translate('Options')}}
{{ ($key+1) + ($categories->currentPage() - 1)*$categories->perPage() }} {{__($category->name)}} {{translate('banner')}} {{translate('icon')}} @if(Auth::user()->id == "320") @else @endif @if(Auth::user()->id == "320") @else @endif @if(Auth::user()->id == "320") @else @endif {{ $category->commision_rate }} % @if($category->status != "") @endif
{{ $categories->appends(request()->input())->links() }}
@endsection @section('script') @endsection