@extends('layouts.app') @section('stitle',__('messages.editCharges')) @section('title', __('messages.Charges')) @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif

@yield('stitle')

@csrf
@endsection