@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

Create New clients

@endSection @section('tools') @endSection @section('content')
{{ __('pages.create') }} {{ __('pages.client') }}
@include('forms.client')
@endSection