@extends("layouts.dashboard.app") @section("page-nav-title")

{{__("Website Articles")}}

{{__("Control and view Website Articles")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create New Article')}}
@foreach($articles as $index => $article) @endforeach
#ID {{__('Image')}} {{__('Title En')}} {{__('Title Ar')}} {{__('Category En')}} {{__('Category Ar')}} {{__('Author Name En')}} {{__('Author Name Ar')}} {{__('Date')}} {{__('Paragraph En')}} {{__('Paragraph Ar')}} Control
{{++$index}} @if($article->type == 1) @else @endif {{$article->category_en}} {{$article->category_ar}} {{$article->author_name_en}} {{$article->author_name_ar}} {{$article->date}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$article->id}}" style="display: none" data-swal-title="Delete Website Article" data-swal-text="Are Your Sure To Delete This Website Article?" data-yes="Yes" data-no="No" data-success-msg="the Website Article has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection