@extends('layouts.admin.layout')
@section('title')
{{ $websiteLang->where('id',167)->first()->custom_text }}
@endsection
@section('admin-content')
| {{ $websiteLang->where('id',131)->first()->custom_text }} |
{{ $websiteLang->where('id',208)->first()->custom_text }} |
{{ $websiteLang->where('id',40)->first()->custom_text }} |
{{ $websiteLang->where('id',136)->first()->custom_text }} |
@foreach ($templates as $index => $item)
| {{ ++$index }} |
{{ ucfirst($item->name) }} |
{{ $item->subject }} |
|
@endforeach
@endsection