@if ($customerType != 'driver') @if (in_array($customerType, ['lead','trial','customer'])) @include('include.create-button', ['url' => route('add-customer') . '?type=' . $customerType]) @else @include('include.create-button', ['url' => route('add-customer')]) @endif @else @include('include.create-button', ['url' => route('add-driver')]) @endif @if ($customerType != 'driver') @include('include.import-button') @endif @include('include.export-button')