build version 400

This commit is contained in:
Mohit Panjwani
2020-12-02 17:54:08 +05:30
parent 326508e567
commit 89ee58590c
963 changed files with 62887 additions and 48868 deletions

View File

@ -16,14 +16,15 @@
{{-- Subcopy --}}
@slot('subcopy')
@component('mail::subcopy')
You have received a new estimate from <b>{{$data['company']['name']}}</b>
{!! $data['body'] !!}
@component('mail::button', ['url' => url('/customer/estimates/pdf/'.$data['estimate']['unique_hash'])])
View Estimate
@endcomponent
@endcomponent
@endslot
{{-- Footer --}}
@slot('footer')
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
Powered by <a class="footer-link" href="https://craterapp.com">Crater</a>
@endcomponent

View File

@ -1,4 +1,4 @@
@component('mail::layout')
@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => ''])
@ -16,14 +16,15 @@
{{-- Subcopy --}}
@slot('subcopy')
@component('mail::subcopy')
You have received a new invoice from <b>{{$data['company']['name']}}</b>
{!! $data['body'] !!}
@component('mail::button', ['url' => url('/customer/invoices/pdf/'.$data['invoice']['unique_hash'])])
View Invoice
@endcomponent
@endcomponent
@endslot
{{-- Footer --}}
@slot('footer')
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
Powered by <a class="footer-link" href="https://craterapp.com">Crater</a>
@endcomponent

View File

@ -16,14 +16,15 @@
{{-- Subcopy --}}
@slot('subcopy')
@component('mail::subcopy')
You have received a new payment from <b>{{$data['company']['name']}}</b>
{!! $data['body'] !!}
@component('mail::button', ['url' => url('/payments/pdf/'.$data['payment']['unique_hash'])])
View Payment
@endcomponent
@endcomponent
@endslot
{{-- Footer --}}
@slot('footer')
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
Powered by <a class="footer-link" href="https://craterapp.com">Crater</a>
@endcomponent

View File

@ -1,12 +1,6 @@
@component('mail::message')
# Test Email
# Test Email from Crater
{{ $my_message }}
@component('mail::button', ['url' => ''])
Test
@endcomponent
Thanks,<br>
{{ config('app.name') }}
@endcomponent

View File

@ -1,9 +1,8 @@
@component('mail::message')
# Introduction
{{ $data['user']['name'] }} viewed this Estimate.
@component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')])
Estimate
View Estimate
@endcomponent
Thanks,<br>

View File

@ -1,9 +1,8 @@
@component('mail::message')
# Introduction
{{ $data['user']['name'] }} viewed this Invoice.
@component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')])
Invoice
View Invoice
@endcomponent
Thanks,<br>