@extends('template.content') @section('content')

{{$title}}

@foreach($cms_emails as $key) @endforeach
name slug subject from name from email cc email image action
{{$key->name}} {{$key->slug}} {{$key->subject}} {{$key->from_name}} {{$key->from_email}} {{$key->cc_email}} @if($key->image) {{$key->name}} @else

no image

@endif
detail edit delete
@push('js') @endpush @endsection