@extends('template.app') @section('title', 'Cash Receipt') @php use Carbon\Carbon; $date = Carbon::now()->format('d/m/Y'); @endphp @section('content')
@endsection