JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @push('script-page') @endpush @section('page-title') @if(\Auth::user()->type=='company') {{__('Email Notification')}} @else {{__('Email Templates')}} @endif @endsection @section('title')
@if(\Auth::user()->type=='company')
{{__('Email Notification')}}
@else
{{__('Email Templates')}}
@endif
@endsection @section('breadcrumb') @if(\Auth::user()->type=='company') @else @endif @endsection @section('action-btn') @endsection @section('content')
@if(\Auth::user()->type=='company') @else @endif @foreach ($EmailTemplates as $EmailTemplate) @endforeach
{{__('Name')}}{{__('On / Off')}}{{__('Action')}}
{{ $EmailTemplate->name }} @if(\Auth::user()->type=='super admin') @endif @if(\Auth::user()->type=='company')
template->is_active == 1) checked="checked" @endif value="{{$EmailTemplate->template->is_active}}" data-url="{{route('status.email.language',[$EmailTemplate->template->id])}}" role="switch">
@endif
@endsection