@extends('backend.layouts.app') @section('title', app_name() . ' | ' .'Background image management') @section('content')
@foreach($images as $background) @endforeach
Thumbnail Owner Public
{{$background->owner->first_name}} {{$background->owner->last_name}}
@endsection @section('dialogs') @endsection @push('after-scripts') @endpush @push('after-styles') @endpush