@extends('layouts.app') @section('title','Bilder') @section('breadcrumb') @endsection @section('content') @include('image.workflow._navigation')

Bilder

@if ( !Route::is('image.index') )
@else
@if ( isset($itype) && $itype == 'list' ) @endif
{{ csrf_field() }}
{{ csrf_field() }}
@endif
@yield('subcontent') @endsection @section('script') @endsection