@extends('admin.layouts.master')
@section('title')
Memos
@endsection
@section('css')
@endsection
@section('content')
@include('admin.pages.dashboard.memo-links')
@if (auth()->user()->hasAnyRole(['NAVDOCK_DSNS']))
@elseif (auth()->user()->hasAnyRole(['NAVTRAC_FOC', 'SUPER ADMIN']))
@if (Route::currentRouteName() == 'admin.memo.pending-payment')
@else
@if (Route::currentRouteName() == 'admin.memo.rm')
@else
@endif
@endif
@else
@if (Route::currentRouteName() == 'admin.memo.rm')
@else
@endif
@endif
@endsection
@section('js')
@endsection