@extends('backend.layouts.app') @section('title', $data['p_heading']) @section('content')
{{ $data['p_heading'] }}
@if(sizeof($data['banners']) > 0)

{{ $data['p_description'] }}

@foreach($data['banners'] as $banner) @endforeach
ID Name Link Area Status Actions
{{ $banner->id }} {{ $banner->name }} {{ $banner->link ?? 'NA' }} {{ \App\Models\Banner::$areas[$banner->area_id] }} @if($banner->status == 'Y') Active @else In-active @endif
@method('DELETE') @csrf
@else Sorry!, no pages found. @endif
@stop