@extends('Email::layout') @section('content')
@switch($to) @case ('admin') @break @case ('customer') @break @endswitch {!! $content !!}
@endsection