@extends('admin.layouts.master') @section('title', 'Edit Refund Request') @section('css') @endsection @section('content')
{{ $errors->first('subject') }}
{{ $errors->first('description') }}
{{ $errors->first('admin_remarks') }}
{{ $errors->first('status') }}