@extends('layouts.master') @section('title', 'Edit Chain | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit chain')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.chain') }} | {{ __('basic.edit chain') }}
{{ __('basic.edit chain') }}
@csrf @method('PUT')
{{-- --}}
{{ __('basic.choose img') }}
@error('main_image') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@endsection @section('js') @endsection