mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-01 22:27:35 -04:00
* Minor fixes for OpenAPI docs for clients * Add fields to company transformer * Padding email templates, system level and custom * Minor fixes for email template subject * Working on Email Templates * Clean up User model, remove redundant permissions methods * Implement Locale for API * Implement Locale middleware for client routes
10 lines
169 B
PHP
10 lines
169 B
PHP
@extends('email.template.master')
|
|
@section('title')
|
|
{{ $title }}
|
|
@endsection
|
|
@section('content')
|
|
{!! $body !!}
|
|
@endsection
|
|
@section('footer')
|
|
{!! $footer !!}
|
|
@endsection |