@extends('includes.layout') @section('content') @php $resww = DB::table('comm_mail_templates')->where('show_hide', '0')->get(); $resww333 = ''; if($_GET['id'] ?? '' && $_GET['id'] != ''){ $resww333 = DB::table('comm_mail_templates')->where('id', $_GET['id'])->get(); } @endphp
Name | Content | Modify |
---|---|---|
{{$items->name}} | {{$items->temp}} |
|