@extends('layouts.main') @section('title','Tagihan Siswa') @section('header','Tagihan Siswa') @section('breadcrumb') @endsection @section('content')
@if($create)
@endif
@if($user->level_user == 1)
@else @if($user->jenis_sekolah)
@endif @endif
@if($create)
@endif
@if($create) @endif @endsection @push('custom-scripts') @if($create) @endif @endpush