@extends('admin.layout') @section('content')
Create client
@include('admin.clients.form', ['client' => null])
@endsection