@extends('layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Internal Tansfer

@endsection @section('breadcrumb-items') @endsection @section('content')
@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif
@csrf

History

No Transfer History Found

@endsection @section('script') @endsection