@extends('backend.layouts.app') @section('head') @endsection @section('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