@extends('backend.layouts.master') @section('title') {{ translate('Blogs') }} @endsection @section('content')
# | {{translate('Image')}} | {{translate('Title')}} | {{translate('Category')}} | {{translate('Status')}} | {{translate('Action')}} |
---|---|---|---|---|---|
{{ ($key+1) + ($blogs->currentPage() - 1)*$blogs->perPage() }} | {{$blog->translation('title')}} | {{ translate($blog->categories->translation('title')) }} |
status ==1) checked @endif>
|