@extends('backend.layouts.master') @section('title') {{ translate('Blogs') }} @endsection @section('content')
@if (!$blogs->isEmpty()) @foreach ($blogs as $key => $blog) @endforeach @endif
# {{translate('Image')}} {{translate('Title')}} {{translate('Category')}} {{translate('Status')}} {{translate('Action')}}
{{ ($key+1) + ($blogs->currentPage() - 1)*$blogs->perPage() }} Blog Image {{$blog->translation('title')}} {{ translate($blog->categories->translation('title')) }}
status ==1) checked @endif>
    {{ $blogs->links() }}
@include('backend.modals.delete') @endsection @section('script') @endsection