@extends('seller.layouts.datatable-app') @section('panel_content')

{{translate('Bids For'). ' '.$product->name}}


{{ translate('All Bids') }}
# {{translate('Customer Name')}} {{translate('Email')}} {{translate('Phone')}} {{translate('Bid Amount')}} {{translate('Date')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection