@extends('admin.layouts.master') @section('content')

Mail templates

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@foreach($templates as $key=>$row) @endforeach
Id Name Subject Action
{{$row->id}} {{$row->hint}} {{$row->subject}}
{{ method_field('DELETE') }} {{ csrf_field() }}
@endsection