@extends('backend.layouts.app') @section('head') @endsection @section('content')
{{translate('Classified Products')}}
# {{translate('Name')}} {{translate('Image')}} {{translate('Uploaded By')}} {{translate('Customer Status')}} {{translate('Published')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} @endsection