@extends('layouts.app') @section('maincontent')
Add New Note
@csrf
@if (auth::user()->name === 'superadmin' || auth::user()->name === 'admin') @else @endif
@endsection