@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Setting Email

Preview Email


@include('emails.preview')

Setting Mail Variable



Setting Header


@if(isset($setting) && $setting['email_logo'] != null) @else @endif
Select image Change Remove

Setting Footer


{{ csrf_field() }}
@endsection