@extends('layout.app') @section('title') {{ __('message.debug') }} @stop @section('css') @stop @section('content')
{{-- form for store clients --}}
@csrf

{{__("message.debug")}}

{{-- client name --}}
{{-- end client name --}} {{-- client name --}}
{{ __('message.test_selector') }}
{{-- end form --}}
@endsection @section("js") @endsection