@extends('layouts.app') @section('title') {{ __('messages_301.Notifications') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages_301.Notifications') => route('admin.notifications.create'), __('messages.Create') => 'active', ], ])
{{ __('messages_301.Notification data') }}
@csrf
@endsection