{{-- @extends('layouts.app') --}} @extends('adminlte::page') @section('title', 'Roles') @section('content_header')

Foto Job

@stop @section('content')
{{-- @include('admin.sidebar') --}}
Tarefasjob {{ $tarefasjob->id }}
{{ method_field('DELETE') }} {{ csrf_field() }}


ID{{ $tarefasjob->id }}
Descricao {{ $tarefasjob->descricao }}
Concluida {{ $tarefasjob->concluida }}
JobId {{ $tarefasjob->jobId }}
@endsection