@extends('layouts.default') @section('title') Tagihan @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content')

@yield('title')

Tambah
@csrf
@error('nama')
{{$message}}
@enderror
@error('total')
{{$message}}
@enderror
@push('before-script') @endpush {{--
--}}
{{-- --}}
@endsection