@extends('adminlayout.mobile_sidebar') @section('content')
@if($errors->any())

{{ implode('', $errors->all(':message')) }}

@endif {{-- @if(Session::has('message'))

{{ Session::get('message') }}

@endif --}} {{--

You have total 2,595 users.

--}}
@csrf
Rs. {{$book_keeping->no_of_entry_charge}}
@endsection