@extends('admin.adminlayout') @section('page_title') @if(!isset($customer)) {{__('New customer')}} @else {{__('Edit customer')}}: {{$customer->name}} @endif - @endsection @section('content')

@if(!isset($customer)) {{__('New customer')}} @else {{__('Edit customer')}}: {{$customer->name}} {{-- {{$ccat->imgUrl()}}--}} @endif

@include('starter-kit::component.err')
@csrf

colleague) checked @endif class="form-check-inline @error('colleague') is-invalid @enderror" placeholder="{{__('Colleague')}}" />
@endsection