@extends('adminlte::page') @section('title', 'New Client') @section('content_header')

New Client

@endsection @section('content')
@csrf @include('clients.partials.form') Cancel
@endsection