@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("On Boarding App")}}

@endsection @section("content") @include("includes.dialog")
@foreach($OnBoardingApp as $row) @endforeach
{{__("ID")}} {{__("media")}} {{__("description")}} {{__("Control")}}
{{$row->id}} @if($row->type ==1) @if($row->getFirstMediaFile("BoardingApp")) url}}" alt="" width="200px">@endif @else @endif id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$row->id}}" style="display: none" data-swal-title="{{__("Delete Slider")}}" data-swal-text="{{__("Are You Sure To Delete This BoardingApp?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the slider has been deleted succssfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection