@extends("layouts.app") @section("style") @endsection @section("wrapper")
@if($taskWatched)
{{ __('Warning') }}
{{ __('You\'ve done this job before.') }}
@else

{{ $task->name }}

{{ $task->watch_time }}
@endif
@endsection @section("script") @if (session('success')) @endif @if ($errors->any()) @endif @if(!$taskWatched) @endif @endsection