@extends('layouts.master') @section('title', 'Edit Unit Feature | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit unit feature')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.unit feature') }} | {{ __('basic.edit unit feature') }}
{{ __('basic.edit unit feature') }}
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('icon') {{ $message }} @enderror
@endsection @section('js') @endsection