@extends('admin.layouts.app') @section('title', __('admin.clients.add_client')) @section('content') @if($errors->any())
@foreach($errors->all() as $e)
• {{ $e }}
@endforeach
@endif
@csrf
{{ __('common.actions.cancel') }}
@endsection