@extends('layouts.app') @section('title') {{ __('messages.charge.charge_details')}} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('charges.show_fields')
@include('charges.edit_modal') @endsection @section('scripts') @endsection