@extends('backend.app') @section('content')

Home Section Image Manage

Home Section Image Create

@can('image.create')
@csrf
@endcan
@foreach($items as $key=> $item) @endforeach
SL Section Desktop Image Mobile Image Is For Small Action
{{$key+1}} {{ getSectionLists()[$item->section]}} {{ $item->is_for_small=='1' ?'yes':''}} @can('image.edit') @endcan @can('image.delete') @endcan
@endsection