@extends('admin.layout') @section('content')
{{ $title }}
@csrf @method('PUT')
Select a file to upload.
@error('foto') {{ $message }}
@enderror @if ($data->foto) visibility @endif
@endsection