@extends('admin.layout.app')
@section('content')
ID |
Image Service Title |
Image |
Status |
Actions |
@php $i=1; @endphp
@foreach($galleryImages as $image)
{{ $i++ }} |
{{ $image->service ? $image->service->title : 'Null' }} |
|
@if($image->status == 1)
Active |
@else
In Active |
@endif
|
@endforeach
@endsection
@section('script')
@endsection