@extends('layouts.master') @section('title', 'Articles') @section('title-topbar', 'Articles') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @if (Session::has('error_delete')) @endif @endsection @section('content')| {{ __('basic.image') }} | {{ __('basic.name') }} | {{ __('basic.slug') }} | {{ __('basic.discretion') }} | {{ __('basic.short discretion') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|---|
|
|
{{ $item->name }} | {{ $item->slug }} | {{ $item->description }} | {{ $item->short_description }} | {{ __('basic.edit') }} {{ __('basic.delete') }} |