@extends('signatures.base')
@section('signature')
{{-- Info Section (Left) --}}
{{-- Name --}}
|
{{ $name }}
|
@if(!empty($title))
|
{{ $title }}
|
@endif
{{-- Colored Divider (gradient effect with multiple colors) --}}
{{-- Contact Info --}}
@if(!empty($email))
|
{{ $email }}
|
@endif
@if(!empty($phone))
|
{{ $phone }}
|
@endif
@if(!empty($addressLines))
@foreach($addressLines as $line)
|
@if(!empty($addressUrl))
{{ $line }}
@else
{{ $line }}
@endif
|
@endforeach
@elseif(!empty($address))
|
@if(!empty($addressUrl))
{{ $address }}
@else
{{ $address }}
@endif
|
@endif
|
{{-- Logo Section (Right) --}}
@if(!empty($logo))
|
@endif
{{-- Banner Section (Bottom) --}}
@if(!empty($banner))
@if(!empty($bannerUrl))
@endif
@if(!empty($bannerUrl))
@endif
|
@endif
@endsection