@extends('admin.layouts.app') @push('libraries_top') @endpush @section('content')

البطاقات

@foreach($stats as$key => $stat) @if(isset($stat->description)) @endif @if(isset($stat->subtitle)) @endif @if(isset($stat->image)) @endif @if(isset($stat->url)) @endif @endforeach
العنوان العنوان الفرعي الإحصاء الصورة URL
{{$stat->title}} {{$stat->description}} {{$stat->subtitle}} {{$stat->image}} {{$stat->url}} @include('admin.includes.delete_button',['url' => '/admin/stats/'.$stat->id.'/delete'])
@endsection