@extends('layouts.master')
@section('title')
Banner
@endsection
@section('extra-css')
@endsection
@section('index')
| Sr |
Title |
Description |
Video Url |
Action |
@foreach($banners as $key=>$banner)
| {{ $key+1 }} |
{{ $banner->title }} |
{!! $banner->description !!} |
{{ $banner->video_url }} |
|
@endforeach
@endsection
@section('extra-script')
@endsection