@extends('layouts.admin.master') @section('title', 'Ledger') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @if(count($errors) > 0)
@endif @if($message = Session::get('success'))
@endif
Ledger Name: {{$ledger->name}}
Edit Ledger
@csrf @method('PATCH')
@endsection