@extends('layouts.main') @section('page-title') {{ __('Notification Templates') }} @endsection @section('page-breadcrumb') {{ __('Notification Templates') }} @endsection @section('page-action')
@endsection @section('content'){{ __($key) }} : {{ '{' . $var . '}' }}