@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')
@include('layouts.partials.flash-message')

{{__("Notifications")}}

@if ($errors->has('notify_to')) {{ $errors->first('notify_to') }} @endif
@if ($errors->has('body_en')) {{ $errors->first('body_en') }} @endif
@if ($errors->has('body_ar')) {{ $errors->first('body_ar') }} @endif
@endsection @section('footer') @include('layouts.partials.footer') @endsection