@extends('layout.admin.list_master') @section('content')
@if(!empty($email_templates[0])) @foreach ($email_templates as $key => $items) @endforeach @endif
# Action Type Subject Body
{{$items->email_templates_id}} {{$items->type}} {{$items->subject}} {{$items->body}}
@endsection {{-- @php $id = request()->route('id'); @endphp --}} {{-- --}}