@extends('layout') @section('title', 'Banner') @section('css') @endsection @section('content')
@if (!$banners->isEmpty()) @foreach ($banners as $banner) @endforeach @endif
No. Banner Link Order Action
{{ $loop->iteration }} url_file)}}" data-popup="lightbox" style="height:70px ; width:auto"> url_file)}}" class="mr-2" height="36"> {{ $banner->url_link }} {{ $banner->order }}
@csrf
Add Banner
Recommended 1200 * 300 px
Cancel
@endsection @section('js') @endsection