@extends('layouts.admin') @section('content')

{{ __('message.table') }} > {{ __('message.notification') }} > > {{$member->actual_name??''}} ({{$member->user->phone??''}})

{{ __('message.add new') }}

{{ __('message.notification') }} {{ __('message.form') }}

@if (empty($notification))
{{ csrf_field() }}
@else
{{ csrf_field() }}
@endif
@endsection @section('meta') {{ __('message.notification') }} - {{ config('app.name', 'Dashboard') }} @endsection