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

{{__("Services")}}

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

@endsection @section("content")

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

$mobile->id])}}"> @csrf
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("description_en")
{{$message}}
@enderror
@error("description_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection