@extends('layouts.app') @section('head')
@endsection @section('breadcrumb')
@lang('Create New Client')
@lang('Clients')
@lang('Create')
@endsection @section('content') @if ($errors->any())
@lang('Whoops!')
@lang('There were some problems with your input.')
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@lang('clients.helpblock')
@csrf
@lang('Client name'): *
@lang('Description'):
Лицевой Ñчёт::
@lang('Submit')
@endsection @push('scripts') @endpush