index.blade.php

Anonymous
html
08/10/2024 12:47 PM
264 B
212
Indexable
@extends('layouts.master')

@section('content')
    ini adalah halaman laporan<br/>

    <a href="/admin/laporan/barang" class="btn btn-primary" target="_blank">CETAK LAPORAN BARANG</a>
@endsection
Editor is loading...
Leave a Comment