@extends('layouts.app') @section('title') Student Credit Note @endsection @section('content')
@if (session('error')) @elseif(session('success')) @endif
Get Student Credit Notes

{{-- column1 --}}


@endsection