@extends('admin.layouts.app') @section('panel')
@forelse($bids as $bid) @empty @endforelse
@lang('Freelancer') @lang('Buyer') @lang('Estimate Time') @lang('Budget') @lang('Bidden At') @lang('Status')
{{ $bid->user->fullname }} {{ @$bid->user->username }} {{ $bid->buyer->fullname }} {{ $bid->buyer->username }} | @lang('All Jobs') {{ strLimit(__($bid->estimated_time), 30) }} {{ showAmount($bid->bid_amount) }}
@if ($bid->job->custom_budget) @lang('Customized') @else @lang('Fixed') @endif
{{ showDateTime($bid->created_at, 'd M, Y') }} @php echo $bid->statusBadge @endphp
{{ __($emptyMessage) }}
@if ($bids->hasPages()) @endif
@endsection @push('script-lib') @endpush @push('style-lib') @endpush @push('script') @endpush