@extends('layouts.app') @section('title', 'Personalizar Layout - Link na Bio') @section('content')
{{ __('Personalizar Layout') }} Visualizar
@csrf @method('PUT')
@error('template_id') {{ $message }} @enderror
@error('font_family') {{ $message }} @enderror
@error('text_color') {{ $message }} @enderror
background_type ?? 'solid') == 'solid' ? 'checked' : '' }}>
background_type ?? '') == 'gradient' ? 'checked' : '' }}>
background_type ?? '') == 'image' ? 'checked' : '' }}>
Cor 1
Cor 2
Direção
@if($layout && $layout->background_type == 'image')

Imagem atual:

Background
@endif
Formatos aceitos: JPG, PNG, GIF. Tamanho máximo: 2MB.
Estilo dos Links
px
px
{{ __('Cancelar') }}
@endsection @section('scripts') @endsection