@extends('layouts.tenant.master')
@section('title', 'Email-content Menu')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
EmailDetails
@endsection
@section('breadcrumb-items')
Setting
Email
@endsection
@section('content')
{{-- | # | --}}
Email |
Action |
@foreach ($email_contents as $email_content)
{{-- | 1 | --}}
{{$email_content->email_type}}
|
{{--
Show |
--}}
Edit
{{--
Delete
--}}
|
@endforeach
{{-- | # | --}}
Email |
Action |
@endsection
@section('script')
@endsection