@extends('layouts.admin') @section('page-title') @if (\Auth::user()->type == 'company') {{ __('Manage Notification Templates') }} @endif @endsection @section('breadcrumb') @if (\Auth::user()->type == 'company') @else @endif @endsection @section('action-btn') @endsection @section('content')
@if (\Auth::user()->type == 'company') @endif @foreach ($notification_templates as $notification_template) @endforeach
{{ __('Name') }}{{ __('Action') }}
{{ $notification_template->name }} @if (\Auth::user()->type == 'company') @endif
@endsection