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

{{__("About Us")}}

{{__("first paragraph")}}

@endsection @section("content")

{{__("Edit first Paragraph About Us")}}

$First->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