@extends('layouts.side_bar') @section('content')
@if($data != null)
Account: {{$ac}}
Note: {{$data->note}}
ActionDate: {{$data->actionDate}}
By : {{$data->by}}


{{ __('Update Note Account NO : ') }} {{$ac}} @if(isset($delete)) Delete @endif
@csrf
{{-- --}}
@else
{{ __('Add Note for Account NO : ') }} {{$ac}}
@csrf
@csrf {{-- --}}
@endif
@endsection