@extends('layouts.admin') @section('title', 'Admin - Create Email Signature') @section('content')

Add Email Signature

Create a new email signature for a company.

@csrf
@error('company_id')

{{ $message }}

@enderror
@error('name')

{{ $message }}

@enderror

Tip: Use HTML for better formatting (e.g., <br>, <strong>, <a>).

@error('content')

{{ $message }}

@enderror
Cancel
@endsection