@extends('layouts.main') @section('title') {{ __('Article') }} @endsection @section('page-title')

@yield('title')

@if (has_permissions('create', 'article')) {{ __('Add Article') }} @endif
@endsection @section('content')
{{ __('ID') }} {{ __('Title') }} {{ __('Description') }} {{ __('Category Title') }} {{ __('Image') }} {{ __('Meta Title') }} {{ __('Meta Description') }} {{ __('Action') }}
@endsection @section('script') @endsection