@extends('layouts.app') @section('breadcrumb')
clients
Create
@endsection @section('header')
Create New clients
@endSection @section('tools') @endSection @section('content')
{{ __('pages.create') }} {{ __('pages.client') }}
@include('forms.search_client')
@endSection