{{-- Extends layout --}} @extends('layouts.default') {{-- Styles Section --}} @section('styles') Ivrfai | Dashboard @endsection {{-- Content --}} @section('content')
@foreach ($nf_message as $message) @if($message->is_seen=='N')
@else
@endif @endforeach
@endsection @section('scripts') @if (app()->isLocal()) @else @endif @endsection