@extends('layouts.default') @section('styles') @stop @section('scripts') @include('cdn.jquery-validate') @include('cdn.datatables') @include('cdn.ckeditor') @stop @section('panel-heading') Edit Fee @stop @section('panel-presentation') @stop @section('content')
Fee Information

@if ($errors->has('fee_code')) {{ $errors->first("fee_code") }} @endif

@if ($errors->has("name")) {{ $errors->first("name") }} @endif name : "")) }}" placeholder="Name"/>

standard_charge > 0 ? 'checked="checked"' : '' }}/>

@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif

{{ csrf_field() }}
Assigned Residents/Association Units
@foreach($fee->users as $user) @endforeach
@stop