@extends('layouts.dashboard.dashboard') @section('content') @component('card-component',['title'=>ucfirst(trans('main.tattoos'))])
@csrf @method('PUT')

Image

Images

@foreach ($tattoo->images as $image)
@endforeach
@endcomponent @stop @push('js') @endpush