@extends('master') @section('title', 'Jurnal') @section('namalengkap', 'Nama') @section('subjudul', $namajurnal) @section('headersect') @include('header') @endsection @section('sidebarsect') @include('sidebar') @endsection @section('content') @if (count($errors) > 0)
@endif

Edit {{ $namajurnal }}


{{ csrf_field() }}
TglTrans)))}}" readonly="readonly" placeholder="" name="tanggalTR"/>
@foreach($rdbt as $rd)
Jumlah :
@endforeach
@foreach($rkdt as $rt)
Jumlah :
@endforeach




@include('jurnal.searchJurnal')


@endsection