@extends('layout.admin.master') @section('meta-title', 'Banners') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Banners
@foreach($banner as $banner) @endforeach
Img EN Img AR Url Placed Location Status Action
{{$banner->url}} {{$banner->location ? $banner->location : '#'}}
@endsection