@extends('layouts.admin') @section('title', tr('view_history')) @section('content-header') {{ tr('view_history') }} - {{ $user_details->name }} @endsection @section('breadcrumb')
| {{ tr('id') }} | {{ tr('title') }} | {{ tr('provider') }} | {{ tr('job_type') }} | {{ tr('request_date') }} | {{ tr('price_per_hour') }} | {{ tr('payment_mode') }} | {{ tr('total') }} | {{ tr('action') }} |
|---|---|---|---|---|---|---|---|---|
| {{ showEntries($_GET,$i + 1) }} | {{ $history_details->name }} | @if($history_details->provider) {{ $history_details->provider->name }} @endif | {{ job_type($history_details->job_type) }} | {{ common_date($history_details->request_date , Auth::guard('admin')->user()->timezone) }} | {{ $history_details->currency }} {{ $history_details->price_per_hour }}{{ $history_details->price_per_symbol }} | {{ $history_details->payment_mode }} | {{ $history_details->currency }} {{ $history_details->total }} | {{ tr('view') }} |