@extends('layouts.app')
@section('title','Bilder')
@section('breadcrumb')
@endsection
@section('content')
Bilder
@if ( Route::is('image.archive') )
@else
@if ($itype === 'list')
@endif
@endif
@yield('subcontent')
@endsection
@section('script')
@endsection