@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
@if($data->isNotEmpty()) @foreach($data as $row) @endforeach @else @endif
# {{__('back.address')}} {{__('back.picture')}} {{__('back.effective')}}
{{$row->id}} {{$row->title}} @if($row->image!='') image)}} style='width:100px'> @endif @if($row->is_active=='1') @else @endif
id) }}" onsubmit="return confirm('Do you really want delete this?');"> @method('DELETE') @csrf
No Data Available
@stop @push('footer') @endpush @section('breadcrumbs') @stop