text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```php
<?php
use App\Models\Permission;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateOffersTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
... | /content/code_sandbox/database/migrations/2021_02_10_153102_create_offers_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 420 |
```php
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class Integrations extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('integrations', function (Blueprint $table) {
... | /content/code_sandbox/database/migrations/2016_04_06_230504_integrations.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 191 |
```php
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateBusinessHoursTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('bu... | /content/code_sandbox/database/migrations/2020_04_06_075838_create_business_hours_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 198 |
```php
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateContactsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('contact... | /content/code_sandbox/database/migrations/2017_10_28_131549_create_contacts_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 264 |
```php
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateClientsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('clients', function (Blueprint $table) {
... | /content/code_sandbox/database/migrations/2015_12_28_163028_create_clients_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 290 |
```php
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class AddVatAndCurrency extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('settings',... | /content/code_sandbox/database/migrations/2019_11_29_092917_add_vat_and_currency.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 173 |
```php
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class AlterLeadsTableSupportQualified extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::tab... | /content/code_sandbox/database/migrations/2020_02_20_192015_alter_leads_table_support_qualified.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 219 |
```php
<?php
use App\Models\Permission;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateAppointmentsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
... | /content/code_sandbox/database/migrations/2020_03_30_163030_create_appointments_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 560 |
```php
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class TasksTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('tasks', function (Blueprint $table) {
$tab... | /content/code_sandbox/database/migrations/2015_12_29_204031_tasks_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 363 |
```php
<?php
use App\Models\Permission;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateProductsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
... | /content/code_sandbox/database/migrations/2021_02_11_162602_create_products_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 419 |
```php
<?php
use App\Models\Permission;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateCreditNotesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
... | /content/code_sandbox/database/migrations/2020_01_10_120239_create_credit_notes_table.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 451 |
```php
<?php
use Illuminate\Database\Seeder;
class OfferSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
//
}
}
``` | /content/code_sandbox/database/seeds/OfferSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 47 |
```php
<?php
use Illuminate\Database\Seeder;
use App\Models\Role;
use Ramsey\Uuid\Uuid;
class RolesTablesSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$super_adminRole = new Role;
$super_adminRole->display_name = 'Owne... | /content/code_sandbox/database/seeds/RolesTablesSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 307 |
```php
<?php
use App\Models\Lead;
use App\Models\User;
use Illuminate\Database\Seeder;
class LeadsDummyTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
factory(Lead::class, 20)->create()->each(function ($l) {
if(... | /content/code_sandbox/database/seeds/LeadsDummyTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 196 |
```php
<?php
use Illuminate\Database\Seeder;
class DummyDatabaseSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$this->call('UsersDummyTableSeeder');
$this->call('ClientsDummyTableSeeder');
$this->call('TasksDumm... | /content/code_sandbox/database/seeds/DummyDatabaseSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 91 |
```php
<?php
use Illuminate\Database\Seeder;
class ClientsDummyTableSeeder extends Seeder
{
/**
* Auto generated seed file
*
* @return void
*/
public function run()
{
factory(App\Models\Client::class, 50)->create()->each(function ($c) {
factory(\App\Models\Contact:... | /content/code_sandbox/database/seeds/ClientsDummyTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 93 |
```php
<?php
use Illuminate\Database\Seeder;
class SettingsTableSeeder extends Seeder
{
/**
* Auto generated seed file
*
* @return void
*/
public function run()
{
\DB::table('settings')->insert(array(
0 =>
array(
'id' => 1,
... | /content/code_sandbox/database/seeds/SettingsTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 286 |
```php
<?php
use Illuminate\Database\Seeder;
class ProductSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
//
}
}
``` | /content/code_sandbox/database/seeds/ProductSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 47 |
```php
<?php
use Illuminate\Database\Seeder;
use App\Models\PermissionRole;
class RolePermissionTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$role = \App\Models\Role::where('name', \App\Models\Role::OWNER_ROLE)->first();... | /content/code_sandbox/database/seeds/RolePermissionTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 199 |
```php
<?php
use Illuminate\Database\Seeder;
class LeadsTableSeeder extends Seeder
{
/**
* Auto generated seed file
*
* @return void
*/
public function run()
{
\DB::table('leads')->insert(array(
0 =>
array(
'id' => 1,
'ti... | /content/code_sandbox/database/seeds/LeadsTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 480 |
```php
<?php
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$this->call('StatusTableSeeder');
$this->call('UsersTableSeeder');
$this->call('IndustriesTableSeeder');
... | /content/code_sandbox/database/seeds/DatabaseSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 139 |
```php
<?php
use Illuminate\Database\Seeder;
use App\Models\RoleUser;
class UserRoleTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$newrole = new RoleUser;
$newrole->role_id = '1';
$newrole->user_id = '1';
... | /content/code_sandbox/database/seeds/UserRoleTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 100 |
```php
<?php
use App\Models\Project;
use Illuminate\Database\Seeder;
use App\Models\Status;
use App\Models\Task;
use App\Models\Lead;
use Ramsey\Uuid\Uuid;
class StatusTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$status... | /content/code_sandbox/database/seeds/StatusTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 941 |
```php
<?php
use App\Models\Lead;
use App\Models\Task;
use App\Models\User;
use Ramsey\Uuid\Uuid;
use App\Models\Absence;
use App\Models\Project;
use App\Models\RoleUser;
use App\Enums\OfferStatus;
use App\Models\Department;
use App\Models\Appointment;
use App\Models\InvoiceLine;
use App\Models\Product;
use Illuminate... | /content/code_sandbox/database/seeds/DemoTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,189 |
```php
<?php
use App\Models\Task;
use App\Models\User;
use App\Models\Client;
use Illuminate\Database\Seeder;
class TasksDummyTableSeeder extends Seeder
{
/**
* Auto generated seed file
*
* @return void
*/
public function run()
{
factory(Task::class, 50)->create([
... | /content/code_sandbox/database/seeds/TasksDummyTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 303 |
```php
<?php
use App\Models\Absence;
use Illuminate\Database\Seeder;
use Ramsey\Uuid\Uuid;
use App\Models\Department;
use App\Models\RoleUser;
use App\Models\User;
class UsersDummyTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
... | /content/code_sandbox/database/seeds/UsersDummyTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 329 |
```php
<?php
use Illuminate\Database\Seeder;
use Ramsey\Uuid\Uuid;
use App\Models\Department;
class DepartmentsTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$department = new Department;
$department->id = '1';
... | /content/code_sandbox/database/seeds/DepartmentsTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 134 |
```php
<?php
use Illuminate\Database\Seeder;
use Ramsey\Uuid\Uuid;
class IndustriesTableSeeder extends Seeder
{
/**
* Auto generated seed file
*
* @return void
*/
public function run()
{
\DB::table('industries')->delete();
\DB::table('industries')->insert(arra... | /content/code_sandbox/database/seeds/IndustriesTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,029 |
```php
<?php
use Illuminate\Database\Seeder;
use Ramsey\Uuid\Uuid;
class UsersTableSeeder extends Seeder
{
/**
* Auto generated seed file
*
* @return void
*/
public function run()
{
\DB::table('users')->delete();
\DB::table('users')->insert(array(
0 =>
... | /content/code_sandbox/database/seeds/UsersTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 210 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\CreditNote;
use Faker\Generator as Faker;
$factory->define(CreditNote::class, function (Faker $faker) {
return [
//
];
});
``` | /content/code_sandbox/database/factories/CreditNoteFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 55 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Role;
use Faker\Generator as Faker;
$factory->define(Role::class, function (Faker $faker) {
return [
'name' => 'factory',
'external_id' => $faker->uuid,
'display_name' => 'Factory Role',
'descri... | /content/code_sandbox/database/factories/RoleFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 88 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Client;
use Faker\Generator as Faker;
$factory->define(Client::class, function (Faker $faker) {
return [
'external_id' => $faker->uuid,
'vat' => $faker->randomNumber(8),
'company_name' => $faker->compan... | /content/code_sandbox/database/factories/ClientFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 208 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Payment;
use Faker\Generator as Faker;
$factory->define(Payment::class, function (Faker $faker) {
return [
'external_id' => $faker->uuid,
'invoice_id' => factory(\App\Models\Invoice::class),
'amount' =>... | /content/code_sandbox/database/factories/PaymentFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 103 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Project;
use App\Models\User;
use Faker\Generator as Faker;
$factory->define(Project::class, function (Faker $faker) {
return [
'title' => $faker->sentence,
'external_id' => $faker->uuid,
'descript... | /content/code_sandbox/database/factories/ProjectFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 200 |
```php
<?php
use Illuminate\Database\Seeder;
use App\Models\Permission;
class PermissionsTableSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
/**
* User Permission
*/
$createUser = new Permissi... | /content/code_sandbox/database/seeds/PermissionsTableSeeder.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 2,611 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\InvoiceLine;
use Faker\Generator as Faker;
$factory->define(InvoiceLine::class, function (Faker $faker) {
return [
'title' => $faker->word,
'external_id' => $faker->uuid,
'type' => $faker->randomElement... | /content/code_sandbox/database/factories/InvoiceLineFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 128 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Task;
use App\Models\User;
use App\Models\Comment;
use Faker\Generator as Faker;
$factory->define(Comment::class, function (Faker $faker) {
return [
'external_id' => \Ramsey\Uuid\Uuid::uuid4()->toString(),
'us... | /content/code_sandbox/database/factories/CommentFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 128 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Mail;
use Faker\Generator as Faker;
$factory->define(Mail::class, function (Faker $faker) {
return [
//
];
});
``` | /content/code_sandbox/database/factories/MailFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 52 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Task;
use App\Models\User;
use Faker\Generator as Faker;
$factory->define(Task::class, function (Faker $faker) {
return [
'title' => $faker->sentence,
'external_id' => $faker->uuid,
'description' => $fa... | /content/code_sandbox/database/factories/TaskFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 200 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Product;
use Faker\Generator as Faker;
use Ramsey\Uuid\Uuid;
$factory->define(Product::class, function (Faker $faker) {
return [
'name' => $faker->name,
'external_id' => $faker->uuid,
'description' => $... | /content/code_sandbox/database/factories/ProductFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 134 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Department;
use Faker\Generator as Faker;
$factory->define(Department::class, function (Faker $faker) {
return [
'name' => 'factory',
'external_id' => $faker->uuid,
'description' => 'Mock Department',
... | /content/code_sandbox/database/factories/DepartmentFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 80 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\CreditLine;
use Faker\Generator as Faker;
$factory->define(CreditLine::class, function (Faker $faker) {
return [
//
];
});
``` | /content/code_sandbox/database/factories/CreditLineFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 55 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Payment;
use Faker\Generator as Faker;
$factory->define(App\Models\File::class, function (Faker $faker) {
return [
//
];
});
``` | /content/code_sandbox/database/factories/FilesFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 54 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Invoice;
use Faker\Generator as Faker;
$factory->define(Invoice::class, function (Faker $faker) {
return [
'external_id' => $faker->uuid,
'status' => 'draft',
'client_id' => factory(\App\Models\Client::... | /content/code_sandbox/database/factories/InvoiceFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 84 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Absence;
use App\Models\User;
use Faker\Generator as Faker;
$factory->define(Absence::class, function (Faker $faker) {
return [
'external_id' => \Ramsey\Uuid\Uuid::uuid4()->toString(),
'reason' => $faker->word,... | /content/code_sandbox/database/factories/AbsenceFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 119 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Appointment;
use App\Models\Task;
use App\Models\User;
use Faker\Generator as Faker;
$factory->define(Appointment::class, function (Faker $faker) {
return [
'external_id' => $faker->uuid,
'title' => $faker->wor... | /content/code_sandbox/database/factories/AppointmentFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 144 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Status;
use Faker\Generator as Faker;
$factory->define(Status::class, function (Faker $faker) {
return [
'external_id' => $faker->uuid,
'title' => $faker->word,
'color' => '#000',
];
});
``` | /content/code_sandbox/database/factories/StatusFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 79 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Contact;
use Faker\Generator as Faker;
$factory->define(Contact::class, function (Faker $faker) {
return [
'name' => $faker->name,
'external_id' => $faker->uuid,
'email' => $faker->email,
'prima... | /content/code_sandbox/database/factories/ContactFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 127 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\BusinessHour;
use Faker\Generator as Faker;
$factory->define(BusinessHour::class, function (Faker $faker) {
return [
//
];
});
``` | /content/code_sandbox/database/factories/BusinessHourFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 55 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\User;
use Faker\Generator as Faker;
$factory->define(User::class, function (Faker $faker) {
return [
'name' => $faker->name,
'external_id' => $faker->uuid,
'email' => $faker->email,
'password' =... | /content/code_sandbox/database/factories/UserFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 182 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Enums\OfferStatus;
use App\Models\Client;
use App\Models\Lead;
use App\Models\Offer;
use Faker\Generator as Faker;
use Ramsey\Uuid\Uuid;
$factory->define(Offer::class, function (Faker $faker) {
return [
'external_id' => Uuid:... | /content/code_sandbox/database/factories/OfferFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 137 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Setting;
use Faker\Generator as Faker;
$factory->define(Setting::class, function (Faker $faker) {
return [
'client_number' => 10000,
'invoice_number' => 10000,
'company' => "test company",
'max_... | /content/code_sandbox/database/factories/SettingFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 89 |
```php
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\Models\Lead;
use App\Models\User;
use Faker\Generator as Faker;
$factory->define(Lead::class, function (Faker $faker) {
return [
'title' => $faker->sentence,
'external_id' => $faker->uuid,
'description' => $fa... | /content/code_sandbox/database/factories/LeadFactory.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 201 |
```php
<?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <taylor@laravel.com>
*/
define('LARAVEL_START', microtime(true));
/*
|your_sha256_hash----------
| Register The Auto Loader
|your_sha256_hash----------
|
| Composer provides a convenient, automatically gen... | /content/code_sandbox/public/index.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 352 |
```javascript
(function ($, DataTable) {
"use strict";
var _buildUrl = function(dt, action) {
var url = dt.ajax.url() || '';
var params = dt.ajax.params();
params.action = action;
return url + '?' + $.param(params);
};
DataTable.ext.buttons.excel = {
className:... | /content/code_sandbox/public/vendor/datatables/buttons.server-side.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 652 |
```css
/*!
* Jasny Bootstrap v3.1.3 (path_to_url
*/
.container-smooth{max-width:1170px}@media (min-width:1px){.container-smooth{width:auto}}.btn-labeled{padding-top:0;padding-bottom:0}.btn-label{position:relative;background:0 0;background:rgba(0,0,0,.15);display:inline-block;padding:6px 12px;left:-12px;border-radius:... | /content/code_sandbox/public/css/jasny-bootstrap.min.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 3,734 |
```css
/*
*/
@-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30%, 70% {
opacity: 1;
-webkit-transform: transla... | /content/code_sandbox/public/css/dropzone.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 3,785 |
```css
table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead t... | /content/code_sandbox/public/css/jquery.dataTables.min.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 3,645 |
```css
@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("./font/summernote.eot?1d9aeaaff0a8939558a45be6cd52cd4c");src:url("./font/summernote.eot?1d9aeaaff0a8939558a45be6cd52cd4c#iefix") format("embedded-opentype"),url("./font/summernote.woff?1d9aeaaff0a8939558a45be6cd52cd4c") format("wof... | /content/code_sandbox/public/css/summernote.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 4,835 |
```css
.atwho-view{position:absolute;top:0;left:0;display:none;margin-top:18px;background:#fff;color:#000;border:1px solid #DDD;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.1);min-width:120px;z-index:11110!important}.atwho-view .atwho-header{padding:5px;margin:5px;cursor:pointer;border-bottom:solid 1px #eaeff1;colo... | /content/code_sandbox/public/css/jquery.atwho.min.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 287 |
```css
/* ========================================================================
* bootstrap-tour - v0.12.0
* path_to_url
* ========================================================================
*
* ========================================================================
*
* path_to_url
*
* Unless requ... | /content/code_sandbox/public/css/bootstrap-tour-standalone.min.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 4,373 |
```css
/*!
* Jasny Bootstrap v3.1.3 (path_to_url
*/
.container-smooth {
max-width: 1170px;
}
@media (min-width: 1px) {
.container-smooth {
width: auto;
}
}
.btn-labeled {
padding-top: 0;
padding-bottom: 0;
}
.btn-label {
position: relative;
left: -12px;
display: inline-block;
padding: 6px 12px;... | /content/code_sandbox/public/css/jasny-bootstrap.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 4,777 |
```css
/*!
* Font Awesome 4.7.0 by @davegandy - path_to_url - @fontawesome
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'... | /content/code_sandbox/public/css/font-awesome.min.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 10,663 |
```css
.picker,.picker__holder{width:100%;position:absolute}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089... | /content/code_sandbox/public/css/picker.classic.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 2,114 |
```css
/*!
* Bootstrap-select v1.13.9 (path_to_url
*
*/.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap... | /content/code_sandbox/public/css/bootstrap-select.min.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 2,352 |
```css
@import url(path_to_url url(path_to_url url(path_to_url url(path_to_url "UTF-8";
body {
background-color: #e7e8ec !important;
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 300;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
... | /content/code_sandbox/public/css/app.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 14,282 |
```scss
/*
Flaticon icon font: Flaticon
Creation date: 18/09/2019 12:45
*/
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("wof... | /content/code_sandbox/public/css/fonts/_flaticon.scss | scss | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 613 |
```css
/*
Flaticon icon font: Flaticon
Creation date: 18/09/2019 12:45
*/
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
... | /content/code_sandbox/public/css/fonts/flaticon.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 412 |
```html
<!DOCTYPE html>
<!--
Flaticon icon font: Flaticon
Creation date: 18/09/2019 12:45
-->
<html>
<!DOCTYPE html>
<html>
<head>
<title>Flaticon WebFont</title>
<link href="path_to_url" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="flaticon.css">
<meta charset="... | /content/code_sandbox/public/css/fonts/flaticon.html | html | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 6,444 |
```css
@charset "UTF-8";
/*!
* Bootstrap v3.4.1 (path_to_url
*/
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
a... | /content/code_sandbox/public/css/vendor.css | css | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 42,707 |
```javascript
/*!
DataTables 1.10.9
2008-2015 SpryMedia Ltd - datatables.net/license
*/
(function(Fa,T,k){var S=function(h){function X(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),d[c]=e,"o"===b[1]&... | /content/code_sandbox/public/js/jquery.dataTables.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 28,147 |
```javascript
/* ========================================================================
* bootstrap-tour - v0.12.0
* path_to_url
* ========================================================================
*
* ========================================================================
*
* path_to_url
*
* Unle... | /content/code_sandbox/public/js/bootstrap-tour-standalone.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 8,745 |
```javascript
/******/ (function(modules) { // webpackBootstrap
/******/ // install a JSONP callback for chunk loading
/******/ function webpackJsonpCallback(data) {
/******/ var chunkIds = data[0];
/******/ var moreModules = data[1];
/******/ var executeModules = data[2];
/******/
/******/ // add "moreModule... | /content/code_sandbox/public/js/manifest.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,450 |
```javascript
/*! jquery.caret 2016-02-27 */
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(c){return a.returnExportsGlobal=b(c)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){"use strict";var b,c,d,e,f,g,h,i,j,k,l;k="caret",b=function(){funct... | /content/code_sandbox/public/js/jquery.caret.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,802 |
```javascript
/**
* bootstrap-paginator.js v0.5
* --
* --
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
(function ($) {
"use strict"; // jshint ;_;
/* Paginator PUBLIC CLASS DEFIN... | /content/code_sandbox/public/js/bootstrap-paginator.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 3,934 |
```javascript
!function(t,e){"function"==typeof define&&define.amd?define(["jquery"],function(t){return e(t)}):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(this,function(t){var e,i;i={ESC:27,TAB:9,ENTER:13,CTRL:17,A:65,P:80,N:78,LEFT:37,UP:38,RIGHT:39,DOWN:40,BACKSPACE:8,SPACE:32},e={beforeSa... | /content/code_sandbox/public/js/jquery.atwho.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 5,845 |
```javascript
/*! jQuery UI - v1.12.0 - 2016-08-17
* path_to_url
* Includes: widget.js, data.js, scroll-parent.js, widgets/sortable.js, widgets/mouse.js
(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){t.ui=t.ui||{},t.ui.version="1.12.0";var e=0,i=Array.prototype.slice;t.... | /content/code_sandbox/public/js/jquery-ui-sortable.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 9,970 |
```javascript
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
r... | /content/code_sandbox/public/js/npm.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 110 |
```javascript
/*
*
* More info at [www.dropzonejs.com](path_to_url
*
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | /content/code_sandbox/public/js/dropzone.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 15,747 |
```javascript
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["/js/vendor"],{
/***/ "./node_modules/bootstrap-sass/assets/javascripts/bootstrap.js":
/*!*********************************************************************!*\
!*** ./node_modules/bootstrap-sass/assets/javascripts/bootstrap.js ***!
\**... | /content/code_sandbox/public/js/vendor.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 17,869 |
```javascript
/*!
* Jasny Bootstrap v3.1.3 (path_to_url
*/
if("undefined"==typeof jQuery)throw new Error("Jasny Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:... | /content/code_sandbox/public/js/jasny-bootstrap.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 4,582 |
```javascript
/*!
* pickadate.js v3.6.4, 2019/05/25
* By Amsul, path_to_url
* Hosted on path_to_url
*/
!function(a){"function"==typeof define&&define.amd?define("picker",["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):"object"==typeof window?window.Picker=a(jQuery):this.Picker=a(jQuery)}(... | /content/code_sandbox/public/js/picker.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 10,029 |
```javascript
/*!
* timepicker.js - v2.5.0
* A lightweight, customizable, TimePicker. Zero dependencies.
* path_to_url
* Built: Thu Jun 27 2019 06:16:08 GMT-0300 (Brasilia Standard Time)
*/
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?... | /content/code_sandbox/public/js/timepicker.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 3,639 |
```php
<?php
/*
|your_sha256_hash----------
| Create The Application
|your_sha256_hash----------
|
| The first thing we will do is create a new Laravel application instance
| which serves as the "glue" for all the components of Laravel, and is
| the IoC container for the system binding all of the various parts.
|
*/
... | /content/code_sandbox/bootstrap/app.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 286 |
```php
<?php
return [
/*
|your_sha256_hash----------
| Password Reset Language Lines
|your_sha256_hash----------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an i... | /content/code_sandbox/resources/lang/en/passwords.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 158 |
```php
<?php
return [
/*
|your_sha256_hash----------
| Pagination Language Lines
|your_sha256_hash----------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your vie... | /content/code_sandbox/resources/lang/en/pagination.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 101 |
```php
<?php
return [
/*
|your_sha256_hash----------
| Validation Language Lines
|your_sha256_hash----------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free... | /content/code_sandbox/resources/lang/en/validation.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,457 |
```php
@extends('layouts.master')
@section('content')
<table class="table table-bordered" id="users-table">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>Email</th>
<th>Created At</th>
<th>Updated At</th>
</tr>
</thead>
<... | /content/code_sandbox/resources/views/datatables/index.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 299 |
```php
<div class="tablet">
<div class="tablet__head">
<div class="tablet__head-label">
<h3 class="tablet__head-title">{{ __('Online Users') }}</h3>
</div>
</div>
<div class="tablet__body">
<div class="tablet__items">
@foreach($users as $user)
... | /content/code_sandbox/resources/views/pages/_users.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 291 |
```php
<div class="tablet">
<div class="tablet__head">
<div class="tablet__head-label">
<h3 class="tablet__head-title">{{ __('Created last 14 days') }}</h3>
</div>
</div>
<div class="tablet__body">
<div class="tablet__items">
<graphline class="chart" :datashee... | /content/code_sandbox/resources/views/pages/_createdGraph.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 119 |
```php
<div class="tablet">
<div class="tablet__head">
<div class="tablet__head-label">
<h3 class="tablet__head-title">{{ __('Absent Today') }}</h3>
</div>
</div>
<div class="tablet__body">
<div class="tablet__items">
@if($absencesToday->isEmpty())
... | /content/code_sandbox/resources/views/pages/_absent.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 301 |
```php
<form class="form-horizontal" role="form" method="POST" action="{{route('settings.update.first_step')}}">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">
@lang('Update settings')
... | /content/code_sandbox/resources/views/pages/_firstStep.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 711 |
```php
@extends('layouts.master')
@section('content')
@push('scripts')
<script>
$(document).ready(function () {
if(!'{{$settings->company}}') {
$('#modal-create-client').modal({backdrop: 'static', keyboard: false})
$('#modal-create-client').modal('show');
... | /content/code_sandbox/resources/views/pages/dashboard.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,310 |
```php
@extends('layouts.master')
@section('content')
<div class="row">
@include('partials.clientheader')
@include('partials.userheader')
</div>
<div class="row">
<div class="col-md-12">
<div class="tablet tablet--tabs tablet--height-fluid">
<div class=... | /content/code_sandbox/resources/views/leads/show.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 2,384 |
```php
@extends('layouts.master')
@section('heading')
{{__('All Leads')}}
@stop
@section('content')
<dynamictable dateFormat="{{frontendDate()}}"></dynamictable>
@stop
``` | /content/code_sandbox/resources/views/leads/index.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 42 |
```php
@extends('layouts.master')
@section('heading')
{{ __('Create lead') }} <span class="small">{{$client ? '(' . $client->company_name . ')': ''}}</span>
@stop
@section('content')
<div class="row">
<form action="{{route('leads.store')}}" method="POST" id="createTaskForm">
<div class="col... | /content/code_sandbox/resources/views/leads/create.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,215 |
```php
<div class="row">
<div class="col-md-3">{{ __('Assigned') }}</div>
<div class="col-md-9">
<span id="assignee-user" class="siderbar-list-value">{{$lead->user->name}}
@if(Entrust::can('lead-update-status'))
<i class="icon ion-md-create"></i>
... | /content/code_sandbox/resources/views/leads/_sidebar.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,175 |
```php
<div class="activity-feed">
@foreach($lead->activity()->orderBy('id', 'desc')->get() as $activity)
<div class="feed-item">
<div class="activity-date">{{date(carbonFullDateWithText(), strTotime($activity->created_at))}}</div>
<div class="activity-text">{{$activity->text}}</div>... | /content/code_sandbox/resources/views/leads/_timeline.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 89 |
```php
@extends('layouts.master')
@section('content')
@include('partials.userheader')
<div class="col-sm-8">
<div class="tablet">
<div class="tablet__head">
<div class="tablet__head-label">
<h3 class="tablet__head-title">@lang('Overview')</h3>
... | /content/code_sandbox/resources/views/users/show.blade.php | php | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 1,714 |
```javascript
/*! Summernote v0.8.12 | (c) 2013- Alan Hong and other contributors | MIT license */
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],e):e((t=t||self).jQuery)}(this,function(C){"use strict";C=C&&C.hasOwnProper... | /content/code_sandbox/public/js/summernote.min.js | javascript | 2016-01-14T22:43:51 | 2024-08-14T11:30:58 | DaybydayCRM | Bottelet/DaybydayCRM | 2,235 | 34,893 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.