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

{{__('Home Banner')}}

{{__('Control and view Home Banner')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{--
--}} {{-- {{__('Create New Home Banner Text')}}--}} {{--
--}}
@foreach($homeBanner as $banner) @endforeach
{{__("ID")}} {{__('Main Word En')}} {{__('Main Word Ar')}} {{__('Slogan En')}} {{__('Slogan Ar')}} {{__('Hero Section Paragraph En')}} {{__('Hero Section Paragraph Ar')}} {{__("Control")}}
{{$banner->id}} {{$banner->main_word_en}} {{$banner->main_word_ar}} {{$banner->slogan_en}} {{$banner->slogan_ar}} {{$banner->hero_section_paragraph_en}} {{$banner->hero_section_paragraph_ar}} id)}}" class="control-link edit">
@endsection @section("scripts") @endsection