@extends('admin.layout.app')
@section('heading', 'Sidebar Advertisements')
@section('button')
Add
@endsection
@section('main_content')
SL |
Photo |
URL |
Location |
Action |
@foreach($sidebar_ad_data as $row)
{{ $loop->iteration }} |
|
{{ $row->sidebar_ad_url }} |
{{ $row->sidebar_ad_location }} |
Edit
Delete
|
@endforeach
@endsection