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

@yield('stitle')

@csrf
@endsection