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

Website Footer Slider

Control and view Website Footer Slider

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create New Footer Slider')}}
@foreach($footer_slider as $index => $footer) @endforeach
#ID {{__('Text En')}} {{__('Text Ar')}} Control
{{++$index}} {{$footer->text_en}} {{$footer->text_ar}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$footer->id}}" style="display: none" data-swal-title="Delete Website Footer Slider" data-swal-text="Are Your Sure To Delete This Website Footer Slider?" data-yes="Yes" data-no="No" data-success-msg="the Website Footer Slider has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection