@extends('layouts.default') @section('title') Tagihan @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content') @yield('title') Dashboard @yield('title') Tambah Tambah @csrf Nama Tagihan *) @error('nama') {{$message}} @enderror Total Tagihan *) @error('total') {{$message}} @enderror @push('before-script') @endpush {{-- Tipe *) @if (old('tipe')) {{old('tipe')}} @endif @foreach ($tipe as $t) {{ $t->nama }} @endforeach --}} Pilih Tingkatan Semua X XI XII Pilih Jurusan Semua OTO TKJ Pilih Semester {{-- Semua --}} 1 2 @endsection
*)