@extends('layouts.front-end.app') @section('title',\App\CPU\translate('All Seller Page')) @push('css_or_js') @endpush @section('content')

{{ \App\CPU\translate('Sellers') }}

@csrf
{{ $sellers->links() }}
@endsection @push('script') @endpush