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

@lang('Create New Client')

@endsection @section('content') @if ($errors->any())
@lang('Whoops!') @lang('There were some problems with your input.')

@endif
@csrf
@lang('Client name'): *
@lang('Description'):
Лицевой счёт::
@endsection @push('scripts') @endpush