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

{{__("Mobile App Services")}}

{{__("Digisol-Services mobile Paragraph")}}

@endsection @section("content") @include("includes.dialog")
@foreach($mobiles as $mobile) @endforeach
{{__("Title")}} {{__("Description")}} {{__("Control")}}
{{$mobile->getTitleAttribute()}} {{$mobile->getDescriptionAttribute()}} id)}}" class="control-link edit"> {{--
id)}}" method="post" id="delete{{$mobile->id}}" style="display: none" data-swal-title="{{__("Delete Says HomeTestimonial")}}" data-swal-text="{{__("Are You Sure To Delete This Says HomeTestimonial?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Says HomeTestimonial has been deleted successfully")}}">@csrf @method("delete")
--}} {{-- --}}
@endsection @section("scripts") @endsection