@extends('back.layouts.main')
@section('title' , __('back.images'))
@section('content')
@php
$params = 'page='.request('page').'§ion='.request('section').'&place='.request('place').'&table_id='.request('table_id') ;
@endphp
# |
{{__('back.address')}} |
{{__('back.picture')}} |
{{__('back.effective')}} |
|
@if($data->isNotEmpty())
@foreach($data as $row)
{{$row->id}} |
{{$row->title}} |
@if($row->image!='')
image)}} style='width:100px'>
@endif
|
@if($row->is_active=='1')
@else
@endif
|
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
{{__('back.chooseSection')}}
{{__('back.chooseThePage')}}
{{__('back.images')}}
@stop