@extends('layouts.master') @section('styles') @endsection @section('title') @lang('Add client') @endsection @section('breadcrumbs') @component('components.breadcrumb', [ 'items' => [ ['url' => route('clients.index'), 'label' => __('Clients')], ], 'title' => __('Add client') ])@endcomponent @endsection @section('content')