{!! csrf_field() !!}
{{$task->task_id}}
{{ $task->owner['name'] }} {{ $task->created_at }}
@foreach($history as $histories)
Task Transfered from {{ $histories->from_user['name'] }} to {{ $histories->to_user['name'] }} on {{ $histories->created_at }}
@endforeach
@section('javascripts') @endsection