@extends('admin_pages_master') @section('content')
@if (Session::has('success_message')) @endif @foreach($sections as $section) @endforeach
S/N Name Image Status Update Action
{{ $loop->iteration }} {{ $section['name'] }} @if(!empty($section['image'])) Section Image @else No Image @endif 🗑
@endsection