@extends('layouts.master') @section('title', 'Edit Tag | Tripo - Medical Management app') @section('title-topbar', __('basic.edit tag')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.tags') }} | {{ __('basic.edit tag') }}
{{ __('basic.edit tag') }}
@csrf @method('PUT')
{{ __('basic.choose img') }}
@error('img') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@error('color') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
{{ __('Show on the top of home page') }}
show_hp_top == 1) checked @endif name="show_hp_top" type="checkbox" value="1" id="show_hp_top">
@error('show_hp_top') {{ $message }} @enderror
@foreach ($tags->imgs as $item)
@endforeach
@error('all_imgs') {{ $message }} @enderror
@endsection @section('js') @endsection