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

Foto Job

@stop @section('content')
{{-- --}}
{{-- @foreach ($blogs as $blog) --}} @foreach($fotojob as $item) @endforeach
# Descrição Image
{{ $item->id }} {{ $item->descricao }} @foreach ($item->imagem as $image) multiple image @endforeach
@endsection