@extends('back.layouts.main')
@section('title' , 'الصور')
@section('content')
@php
$params = 'section='.request('section').'&place='.request('place').'&table_id='.request('table_id') ;
@endphp
# |
العنوان |
الصورة |
|
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->title}} |
@if($row->image!='')
image)}} style='width:100px'>
@endif
|
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
اختر القسم
اختر الصفحة
الصور
@stop
@push('header')
@endpush