@extends('layouts.app',['title'=>'Tambah Laporan Kasir']) @section('content')

Laporan Kasir

@csrf @include('laporan_kasir.form')
@endsection