@extends('layouts.iconbar') @section('title') Dashboard @endsection @section('breadcrumbs') {{ Breadcrumbs::render(\Request::route()->getName()) }} @endsection @section('content')
{!! $qa->notes !!}
{!! $qa->job->notes !!}
{{ $errors->first('images') }}
@endif{{ $errors->first('notes') }}
@endif