@extends('layouts.project-form-base', ['title' => 'Client', 'formTitle' => 'Add new client', 'back' => getRoute("client.index"), 'custom_class' => 'add_extended_pro']) @section('content') @section('css') @endsection @include('inc.flashMessages')

Basic Iinformation

@if(isset($user))
@include('customer.client_management.components.script') @endsection