@extends('back.layouts.main')
@section('title', $attribute )
@section('content')
# |
الاسم |
الاسم en |
السعر |
الصورة |
Actions |
@if ($data->isNotEmpty())
@foreach ($data as $row)
{{ $row->id }} |
{{ $row->value }} |
{{ $row->value_en }} |
{{ $row->price }} |
@if(is_array($row->data) && isset($row->data['image']) )
data['image'] }}'/>
@endif
|
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
{{$attribute}}
@stop