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

{{__("news")}}

{{__("control")}}

@endsection @section("content") @include("includes.dialog")
@foreach($news as $n) @endforeach
{{__("arabic-title")}} {{__("arabic-body")}} {{__("english-title")}} {{__("english-body")}} {{__("image")}} {{__("control")}}
{{$n->ar_title}} {{$n->ar_body}} {{$n->en_title}} {{$n->en_body}} image id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$n->id}}" style="display: none" data-swal-title="{{__("delete")}}" data-swal-text="{{__("delete-confirmation")}}" data-yes="{{__("yes")}}" data-no="{{__("no")}}" data-success-msg="{{__("deletion-success")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection