@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Add new client")}}

@if($errors->has('cluster')) @endif
@if($errors->has('street')) @endif
@if($errors->has('pan')) @endif
@if($errors->has('status')) @endif
@endsection