@extends('layouts.master') @section('title', 'Chains | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.chains')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.image') }} | {{ __('basic.name') }} | {{ __('basic.slug') }} | {{ __('basic.handle') }} |
|---|---|---|---|
|
|
{{ $item->name }} | {{ $item->slug }} | {{ __('basic.edit') }} @if($item->id !== 1) {{ __('basic.delete') }} @endif |