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

{{__("Website Digisol Home Second Paragraph")}}

@endsection @section("content") @include("includes.dialog")
@if($Paragraphs->count()!=1) @endif
@foreach($Paragraphs as $Paragraph) @endforeach
{{__("Title")}} {{__("Description")}} {{__("Control")}}
{{$Paragraph->getTitleAttribute()}} {{$Paragraph->getDescriptionAttribute()}} $Paragraph->id])}}" class="control-link edit">
id)}}" method="post" id="delete{{$Paragraph->id}}" style="display: none" data-swal-title="{{__("Delete How To Order")}}" data-swal-text="{{__("Are Your Sure To Delete This How To Order ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the How To Order has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection