@extends('layouts.admin') @section('page-title') @if (\Auth::user()->type == 'company') {{ __('Manage Notification Templates') }} @endif @endsection @section('breadcrumb')
| {{ __('Name') }} | @if (\Auth::user()->type == 'company'){{ __('Action') }} | @endif
|---|---|
| {{ $notification_template->name }} |
@if (\Auth::user()->type == 'company')
|