@extends("layouts.dashboard.app") @section("page-nav-title")

{{__("Banner")}}

{{__("Control and view Banner")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($banners as $index => $banner) @endforeach
{{__("ID")}} {{("Image")}} {{("English Title")}} {{("Arabic Title")}} {{("English Description")}} {{("Arabic Description")}} {{__("Control")}}
{{++$index}} {{$banner->title_en}} {{$banner->title_ar}} {{$banner->description_en}} {{$banner->description_ar}} id)}}" class="control-link edit">
@endsection @section("scripts") @endsection