@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'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.chains') }}l
{{ __('basic.chains') }}
@foreach ($units as $item) @endforeach
{{ __('basic.image') }} {{ __('basic.name') }} {{ __('basic.slug') }} {{ __('basic.handle') }}
{{ $item->name }} {{ $item->slug }} {{ __('basic.edit') }} @if($item->id !== 1) {{ __('basic.delete') }} @endif
@endsection @section('js') @endsection