{!! $export['id'] !!}

{!! $export['seller_id'] !!}

{!! $export['product_id'] !!}

{!! $export['country_id'] !!}

{!! $export['producer_name'] !!}

{!! $export['hs_code'] !!}

{!! $export['weight'] !!}

{!! $export['value'] !!}

{!! $export['avg_weight'] !!}

{!! $export['avg_value'] !!}

{!! $export['no_of_shipments'] !!}

{!! $export['import_date'] !!}

{!! $export['details'] !!}

{!! $export['created_at'] !!}

{!! $export['updated_at'] !!}

{!! $export['deleted_at'] !!}
{!! Form::select('seller_id') -> options(trans('export::export.options.seller_id')) -> label(trans('export::export.label.seller_id')) -> placeholder(trans('export::export.placeholder.seller_id'))!!}
{!! Form::select('product_id') -> options(trans('export::export.options.product_id')) -> label(trans('export::export.label.product_id')) -> placeholder(trans('export::export.placeholder.product_id'))!!}
{!! Form::select('country_id') -> options(trans('export::export.options.country_id')) -> label(trans('export::export.label.country_id')) -> placeholder(trans('export::export.placeholder.country_id'))!!}
{!! Form::text('producer_name') -> label(trans('export::export.label.producer_name')) -> placeholder(trans('export::export.placeholder.producer_name'))!!}
{!! Form::text('hs_code') -> label(trans('export::export.label.hs_code')) -> placeholder(trans('export::export.placeholder.hs_code'))!!}
{!! Form::numeric('weight') -> label(trans('export::export.label.weight')) -> placeholder(trans('export::export.placeholder.weight'))!!}
{!! Form::numeric('value') -> label(trans('export::export.label.value')) -> placeholder(trans('export::export.placeholder.value'))!!}
{!! Form::numeric('avg_weight') -> label(trans('export::export.label.avg_weight')) -> placeholder(trans('export::export.placeholder.avg_weight'))!!}
{!! Form::numeric('avg_value') -> label(trans('export::export.label.avg_value')) -> placeholder(trans('export::export.placeholder.avg_value'))!!}
{!! Form::numeric('no_of_shipments') -> label(trans('export::export.label.no_of_shipments')) -> placeholder(trans('export::export.placeholder.no_of_shipments'))!!}
{!! Form::text('import_date') -> placeholder(trans('export::export.placeholder.import_date')) ->raw()!!}
{!! Form::textarea ('details') -> label(trans('export::export.label.details')) -> placeholder(trans('export::export.placeholder.details'))!!}