@extends('admin.template.master') @section('title')

B2B App Notification

@endsection @section('main-content')

{{-- Go Back --}}
@if(Session::has('message'))
{{Session('message')}}
@endif {!! Form::open(['url' => '/admin/b2b-notification-information' ]) !!}
{!! Form::label('notify_text','B2B Notification' ) !!} @if ($errors->has('notify_text')) {!! $errors->first('notify_text') !!} @endif
{!! Form::close() !!}
@endsection