@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

{{$record->id}}

@endsection @section('tools') {{ __('pages.create') }} {{ __('pages.edit') }}
{{csrf_field()}} {{method_field('DELETE')}}
@endsection @section('content')
@include('cards.config_commission')
@endSection