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

{{__('Blog')}}

{{__('Control and view Blog')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($blogs as $blog) @if($blog->count() < 1) @else @if($blog->type === 0) @else @endif @endif @endforeach
#{{__('ID')}} {{__('Blog Title English')}} {{__('Blog Title Arabic')}} {{__('Media')}} {{__('Blog Description English')}} {{__('Blog Description Arabic')}} {{__('Blog Type')}} {{__('Control')}}
No blog
{{$blog->id}} {{$blog->blog_title_en}} {{$blog->blog_title_ar}}{{$blog->blog_description_en}} {{$blog->blog_description_ar}} {{ $blog->type === 1 ? "Video" : "Image"}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$blog->id}}" style="display: none" data-swal-title="Delete Blog" data-swal-text="Are Your Sure To Delete This Blog ?" data-yes="Yes" data-no="No" data-success-msg="the blog has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection