@extends('cms.layout.base') @section('title', 'Blog') @section('content')
 Email Template List

Add New @foreach($email as $index => $service) @endforeach
ID Type Action
{{ $index + 1 }} {{ $service->type }}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection