@extends('layouts.user') @section('title', 'Reversals - StarHela') @section('page-title', 'Reversals') @section('breadcrumb-current', 'Reversals') @section('content')
Reversals
@if(session('success'))
{{ session('success') }}
@endif

Reversals content will be displayed here.

@endsection