@extends('layouts.default') @section('title') Mata Pelajaran @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content') @yield('title') Dashboard @yield('title') Edit Edit @method('put') @csrf Nama Tagihan *) @error('nama') {{$message}} @enderror {{-- Tipe *) @if (old('tipe')) {{old('tipe')}} @else {{$id->tipe}} @endif @foreach ($tipepelajaran as $t) {{ $t->nama }} @endforeach --}} {{-- KKM *) @error('kkm') {{$message}} @enderror --}} Total Tagihan *) @error('total') {{$message}} @enderror @push('before-script') @endpush Pilih Tingkatan tingkatan=='Semua' ? 'checked=""' : ''}}> Semua tingkatan=='X' ? 'checked=""' : ''}}> X tingkatan=='XI' ? 'checked=""' : ''}}> XI tingkatan=='XII' ? 'checked=""' : ''}}> XII Pilih Jurusan jurusan=='Semua' ? 'checked=""' : ''}}> Semua jurusan=='OTO' ? 'checked=""' : ''}}> OTO jurusan=='TKJ' ? 'checked=""' : ''}}> TKJ Pilih Semester {{-- Semua --}} semester=='1' ? 'checked=""' : ''}}> 1 semester=='2' ? 'checked=""' : ''}}> 2 @endsection
*)