@extends('signatures.base') @section('signature') {{-- Info Section (Left) --}} {{-- Logo Section (Right) --}} @if(!empty($logo)) @endif {{-- Banner Section (Bottom) --}} @if(!empty($banner)) @endif
{{-- Name --}} @if(!empty($title)) @endif

{{ $name }}

{{ $title }}

{{-- Colored Divider (gradient effect with multiple colors) --}}
{{-- Contact Info --}} @if(!empty($email)) @endif @if(!empty($phone)) @endif @if(!empty($addressLines)) @foreach($addressLines as $line) @endforeach @elseif(!empty($address)) @endif
{{ $email }}
{{ $phone }}
@if(!empty($addressUrl)) {{ $line }} @else {{ $line }} @endif
@if(!empty($addressUrl)) {{ $address }} @else {{ $address }} @endif
{{ $logoAlt ?? $company ?? 'Logo' }}
@if(!empty($bannerUrl)) @endif {{ $bannerAlt ?? '' }} @if(!empty($bannerUrl)) @endif
@endsection