@extends('layouts.app') @section('custom-css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif
Edit Decline Reason
@csrf
@endsection