@extends('layouts.master') @section('title', 'Destinations') @section('title-topbar', __('basic.destinations')) @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.short description') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|
|
|
{{ $item->name }} | {{ $item->slug }} | {{ $item->short_description }} | {{ __('basic.edit') }} {{ __('basic.delete') }} |