@extends('backend.layouts.app') @section('title', app_name() . ' | ' .'Shaoes management') @section('content')
@foreach($shapes as $shape) @endforeach
Thumbnail Name Description Owner
{{$shape->name}} {{$shape->name}} {{$shape->description}} {{$shape->citations}} {{$shape->owner->first_name}} {{$shape->owner->last_name}}
@endsection @section('dialogs') @endsection @push('after-scripts') @endpush @push('after-styles') @endpush