16 | */
17 | public function definition(): array
18 | {
19 | return [
20 | 'email' => fake()->email(),
21 | 'status' => 'active'
22 | ];
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/database/migrations/.2022_02_07_133146_create_sale_payment_table.php.swp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/database/migrations/.2022_02_07_133146_create_sale_payment_table.php.swp
--------------------------------------------------------------------------------
/database/seeders/SeatTableSeeder.php:
--------------------------------------------------------------------------------
1 | insert([
21 | 'name' => 'Table ' . $i,
22 |
23 | 'created_at' => Carbon::now(),
24 | 'updated_at' => Carbon::now(),
25 | ]);
26 | }
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/database/seeders/TeamSeeder.php:
--------------------------------------------------------------------------------
1 | insert([
18 | 'name' => 'Quick contacts',
19 | 'created_at' => Carbon::now(),
20 | 'updated_at' => Carbon::now(),
21 | ]);
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/lang/en/auth.php:
--------------------------------------------------------------------------------
1 | 'These credentials do not match our records.',
17 | 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
18 |
19 | ];
20 |
--------------------------------------------------------------------------------
/lang/en/pagination.php:
--------------------------------------------------------------------------------
1 | '« Previous',
17 | 'next' => 'Next »',
18 |
19 | ];
20 |
--------------------------------------------------------------------------------
/lang/np.json:
--------------------------------------------------------------------------------
1 | {
2 | "Login": "लगइन"
3 | }
4 |
--------------------------------------------------------------------------------
/public/.htaccess:
--------------------------------------------------------------------------------
1 |
2 |
3 | Options -MultiViews -Indexes
4 |
5 |
6 | RewriteEngine On
7 |
8 | # Handle Authorization Header
9 | RewriteCond %{HTTP:Authorization} .
10 | RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
11 |
12 | # Redirect Trailing Slashes If Not A Folder...
13 | RewriteCond %{REQUEST_FILENAME} !-d
14 | RewriteCond %{REQUEST_URI} (.+)/$
15 | RewriteRule ^ %1 [L,R=301]
16 |
17 | # Send Requests To Front Controller...
18 | RewriteCond %{REQUEST_FILENAME} !-d
19 | RewriteCond %{REQUEST_FILENAME} !-f
20 | RewriteRule ^ index.php [L]
21 |
22 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/favicon.ico
--------------------------------------------------------------------------------
/public/fonts/vendor/font-awesome/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/fonts/vendor/font-awesome/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/public/fonts/vendor/font-awesome/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/fonts/vendor/font-awesome/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/public/fonts/vendor/font-awesome/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/fonts/vendor/font-awesome/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/public/fonts/vendor/font-awesome/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/fonts/vendor/font-awesome/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/public/mix-manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "/js/app.js": "/js/app.js",
3 | "/css/app.css": "/css/app.css"
4 | }
5 |
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Disallow:
3 |
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/css/solid.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4 | */
5 | @font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-brands-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-brands-400.eot
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-brands-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-brands-400.ttf
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-brands-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-brands-400.woff
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-brands-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-brands-400.woff2
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-regular-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-regular-400.eot
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-regular-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-regular-400.ttf
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-regular-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-regular-400.woff
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-regular-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-regular-400.woff2
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-solid-900.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-solid-900.eot
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-solid-900.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-solid-900.ttf
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-solid-900.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-solid-900.woff
--------------------------------------------------------------------------------
/public/vendor/fontawesome-free/webfonts/fa-solid-900.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/public/vendor/fontawesome-free/webfonts/fa-solid-900.woff2
--------------------------------------------------------------------------------
/resources/js/app.js:
--------------------------------------------------------------------------------
1 | /**
2 | * First we will load all of this project's JavaScript dependencies which
3 | * includes js libraries. It is a great starting point when building
4 | * robust, powerful web applications using Laravel.
5 | */
6 |
7 | require('./bootstrap');
8 |
--------------------------------------------------------------------------------
/resources/sass/_variables.scss:
--------------------------------------------------------------------------------
1 | // Body
2 | $body-bg: #f8fafc;
3 |
4 | // Typography
5 | $font-family-sans-serif: 'Nunito', sans-serif;
6 | $font-size-base: 0.9rem;
7 | $line-height-base: 1.6;
8 |
9 | // Colors
10 | $blue: #3490dc;
11 | $indigo: #6574cd;
12 | $purple: #9561e2;
13 | $pink: #f66d9b;
14 | $red: #e3342f;
15 | $orange: #f6993f;
16 | $yellow: #ffed4a;
17 | $green: #38c172;
18 | $teal: #4dc0b5;
19 | $cyan: #6cb2eb;
20 |
--------------------------------------------------------------------------------
/resources/sass/app.scss:
--------------------------------------------------------------------------------
1 | // Fonts
2 | @import url('https://fonts.googleapis.com/css?family=Nunito');
3 |
4 | // Variables
5 | @import 'variables';
6 |
7 | // Bootstrap
8 | @import '~bootstrap/scss/bootstrap';
9 |
10 | // Fontawesome
11 | @import "node_modules/font-awesome/scss/font-awesome.scss";
12 |
--------------------------------------------------------------------------------
/resources/views/components/alert-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ $message }}
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/resources/views/components/base-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{--
4 | |
5 | | Toolbar.
6 | |
7 | --}}
8 |
9 |
10 | {{ $toolbar }}
11 |
12 |
13 |
14 | {{--
15 | |
16 | | Flash message div.
17 | |
18 | --}}
19 |
20 | @if (session()->has('message'))
21 | @include ('partials.flash-message', ['message' => session('message'),])
22 | @endif
23 |
24 |
25 | {{--
26 | |
27 | | Component main content slot.
28 | |
29 | --}}
30 |
31 | {{ $slot }}
32 |
33 |
34 |
--------------------------------------------------------------------------------
/resources/views/components/box-generic.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
15 |
16 | {{ $slot }}
17 |
18 |
19 |
--------------------------------------------------------------------------------
/resources/views/components/box-list.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 | {{ $slot }}
8 |
9 |
10 |
--------------------------------------------------------------------------------
/resources/views/components/card-box.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{ $title }}
6 |
7 |
8 |
9 |
10 |
11 |
12 | {{ $number }}
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/resources/views/components/component-header.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ $slot }}
4 |
5 |
6 |
--------------------------------------------------------------------------------
/resources/views/components/create-box-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 | {{ $slot }}
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/components/list-delete-button-component.blade.php:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/resources/views/components/list-dropdown-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
--------------------------------------------------------------------------------
/resources/views/components/list-edit-button-component.blade.php:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/resources/views/components/list-view-button-component.blade.php:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/resources/views/components/menu-bar-horizontal.blade.php:
--------------------------------------------------------------------------------
1 |
2 | {{ $slot }}
3 |
4 | {{--
5 | |
6 | | Clear Mode button
7 | |
8 | --}}
9 |
10 |
11 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/resources/views/components/menu-item.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/resources/views/components/spinner-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/resources/views/components/table-row-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 | {{ $slot }}
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/components/toolbar-button-component.blade.php:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/resources/views/components/toolbar-classic-mob.blade.php:
--------------------------------------------------------------------------------
1 |
2 | {{ $slot }}
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/components/toolbar-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 | {{-- Toolbar info --}}
3 |
4 |
5 | {{ $toolbarInfo }}
6 |
7 |
8 |
9 | {{-- Toolbar buttons --}}
10 |
11 |
12 | {{ $toolbarButtons }}
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/resources/views/components/toolbar-dropdown-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
--------------------------------------------------------------------------------
/resources/views/components/toolbar-dropdown-item-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 | {{ $slot }}
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/components/transaction-create-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ $topToolbar }}
4 |
5 |
6 |
7 |
8 | {{ $transactionMainInfo }}
9 |
10 |
11 | {{ $transactionAddItem }}
12 |
13 |
14 | {{ $transactionItemList }}
15 |
16 |
17 |
18 |
19 | {{ $transactionTotalBreakdown }}
20 |
21 |
22 | {{ $transactionPayment }}
23 |
24 |
25 |
26 | {{ $slot }}
27 |
28 |
--------------------------------------------------------------------------------
/resources/views/dashboard/accounting.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('accounting.dashboard.accounting-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/appointment.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('appointment.dashboard.appointment-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/bgc/organizing-committee.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @if (\App\Team::where('name', 'Organizing Committee')->first())
4 | @livewire ('team.team-display', ['team' => \App\Team::where('name', 'Organizing Committee')->first(),])
5 | @else
6 |
7 |
8 | No organizing committee team
9 |
10 | @endif
11 | @endsection
12 |
--------------------------------------------------------------------------------
/resources/views/dashboard/bgc/quick-contacts.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @if (\App\Team::where('name', 'Quick Contacts')->first())
4 | @livewire ('team.team-display', ['team' => \App\Team::where('name', 'Quick Contacts')->first(),])
5 | @else
6 |
7 |
8 | No quick contact team
9 |
10 | @endif
11 | @endsection
12 |
--------------------------------------------------------------------------------
/resources/views/dashboard/cafe-sale.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('cafe-sale.dashboard.cafe-sale-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/calendar-group.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('calendar.dashboard.calendar-group-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/calendar.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('calendar.dashboard.calendar-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/change-password.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('user-profile.dashboard.change-password-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/cms/gallery.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire ('cms.dashboard.gallery-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/cms/nav-menu.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire ('cms.dashboard.nav-menu-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/cms/post.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('cms.dashboard.post-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/cms/theme.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire ('cms.dashboard.theme-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/cms/webpage.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('cms.dashboard.webpage-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/company.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('company.dashboard.company-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/contact-form.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('contact-form.dashboard.contact-form-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/customer.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('customer.dashboard.customer-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/daybook.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('record-book.dashboard.daybook-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/document-file.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('document-file.dashboard.document-file-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/expense.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('expense.dashboard.expense-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/help.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('misc.help-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/institution.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('educ.institution.dashboard.institution-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/inventory.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('inventory.inventory-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/newsletter-subscription.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('newsletter-subscription.dashboard.newsletter-subscription-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/online-order.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('online-order.dashboard.online-order-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/product-category.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 |
3 | @section ('content')
4 | @livewire('product-category.dashboard.product-category-component')
5 | @stop
6 |
--------------------------------------------------------------------------------
/resources/views/dashboard/product-question.blade.php:
--------------------------------------------------------------------------------
1 | @extends ('layouts.app')
2 |
3 | @section ('content')
4 | @livewire ('product.dashboard.product-question-component')
5 | @stop
6 |
--------------------------------------------------------------------------------
/resources/views/dashboard/product-vendor.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 |
3 | @section('content')
4 | @livewire('product-vendor.dashboard.product-vendor-component')
5 | @stop
6 |
--------------------------------------------------------------------------------
/resources/views/dashboard/product.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('product.dashboard.product-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/purchase.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('purchase.dashboard.purchase-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/report.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('report.dashboard.report-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/sale-invoice.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('sale-invoice.dashboard.sale-invoice-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/sale-quotation.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('shop.dashboard.sale-quotation-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/sale.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('sale-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/settings.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('misc.settings-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/takeaway.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('sale.takeaway-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/team.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('team.dashboard.team-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/testimonial.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('testimonial.dashboard.testimonial-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/theme.blade.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/resources/views/dashboard/theme.blade.php
--------------------------------------------------------------------------------
/resources/views/dashboard/todo.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('todo.dashboard.todo-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/url-link.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('url-link.dashboard.url-link-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/user-group.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('user-group.dashboard.user-group-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/user-profile.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('user.dashboard.user-profile-display')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/users.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('user.dashboard.user-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/vacancy.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('vacancy.dashboard.vacancy-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/vat.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('vat-return')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/vendor.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire('vendor.dashboard.vendor-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/dashboard/weekbook.blade.php:
--------------------------------------------------------------------------------
1 | @extends('layouts.app')
2 | @section ('content')
3 | @livewire ('record-book.dashboard.weekbook-component')
4 | @endsection
5 |
--------------------------------------------------------------------------------
/resources/views/errors/401.blade.php:
--------------------------------------------------------------------------------
1 | @extends('errors::minimal')
2 |
3 | @section('title', __('Unauthorized'))
4 | @section('code', '401')
5 | @section('message', __('Unauthorized'))
6 |
--------------------------------------------------------------------------------
/resources/views/errors/403.blade.php:
--------------------------------------------------------------------------------
1 | @extends('errors::minimal')
2 |
3 | @section('title', __('Forbidden'))
4 | @section('code', '403')
5 | @section('message', __($exception->getMessage() ?: 'Forbidden'))
6 |
--------------------------------------------------------------------------------
/resources/views/errors/419.blade.php:
--------------------------------------------------------------------------------
1 | @extends('errors::minimal')
2 |
3 | @section('title', __('Page Expired'))
4 | @section('code', '419')
5 | @section('message', __('Page Expired'))
6 |
--------------------------------------------------------------------------------
/resources/views/errors/429.blade.php:
--------------------------------------------------------------------------------
1 | @extends('errors::minimal')
2 |
3 | @section('title', __('Too Many Requests'))
4 | @section('code', '429')
5 | @section('message', __('Too Many Requests'))
6 |
--------------------------------------------------------------------------------
/resources/views/errors/500.blade.php:
--------------------------------------------------------------------------------
1 | @extends('errors::minimal')
2 |
3 | @section('title', __('Server Error'))
4 | @section('code', '500')
5 | @section('message', __('Server Error'))
6 |
--------------------------------------------------------------------------------
/resources/views/livewire/accounting/dashboard/accounting-journal-book.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Journal
5 |
6 |
7 |
8 | @livewire ('accounting.dashboard.journal-entry-list')
9 |
10 |
11 |
--------------------------------------------------------------------------------
/resources/views/livewire/app-info/dashboard/lv-company-info.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
 }})
6 |
7 | {{ $company->name }}
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/resources/views/livewire/app-info/dashboard/lv-package-info.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | v0.9.3
5 |
6 |
7 |
--------------------------------------------------------------------------------
/resources/views/livewire/app-info/dashboard/lv-package-welcome.blade.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 | Samarium
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/resources/views/livewire/cafe-sale/dashboard/seat-table-display.blade.php:
--------------------------------------------------------------------------------
1 |
2 | {{-- The Master doesn't talk, he acts. --}}
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/livewire/calendar/dashboard/calendar-event-edit-is-holiday.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
10 |
11 | @include ('partials.button-update')
12 | @include ('partials.button-cancel', ['clickEmitEventName' => 'calendarEventUpdateIsHolidayCancelled',])
13 | @include ('partials.spinner-border')
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/resources/views/livewire/calendar/dashboard/calendar-event-edit-name.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'calendarEventUpdateNameCancelled',])
10 | @include ('partials.spinner-border')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/gallery-add-image.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @error('images') {{ $message }} @enderror
7 |
8 |
9 |
10 |
11 |
12 | @include ('partials.dashboard.spinner-button')
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/gallery-update-name.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | @include ('partials.button-store')
8 | @include ('partials.button-cancel', ['clickEmitEventName' => 'updateGalleryNameCancel',])
9 | @include ('partials.dashboard.spinner-button')
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/notice-glance-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/post-category-create.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
9 | @error('name') {{ $message }} @enderror
10 |
11 |
12 |
13 | @include ('partials.button-store')
14 | @include ('partials.button-cancel', ['clickEmitEventName' => 'createPostCategoryCanceled',])
15 | @include ('partials.dashboard.spinner-button')
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/webpage-content-create-heading.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | @include ('partials.button-store')
10 | @include ('partials.button-cancel', ['clickEmitEventName' => 'webpageContentCreateHeadingCancelled',])
11 | @include ('partials.dashboard.spinner-button')
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/webpage-content-create-image.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @error('image') {{ $message }} @enderror
7 |
8 |
9 |
10 | @include ('partials.button-store')
11 | @include ('partials.button-cancel', ['clickEmitEventName' => 'webpageContentCreateImageCancelled',])
12 | @include ('partials.dashboard.spinner-button')
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/webpage-content-create/youtube-video.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Youtube video
5 |
6 |
7 |
8 |
9 |
10 | @error('youtube_video_id') {{ $message }} @enderror
11 |
12 |
13 |
14 |
17 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/dashboard/webpage-edit-featured-image.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @error('featured_image') {{ $message }} @enderror
7 |
8 |
9 |
10 | @include ('partials.button-store')
11 | @include ('partials.button-cancel', ['clickEmitEventName' => 'webpageEditFeaturedImageCancel',])
12 | @include ('partials.dashboard.spinner-button')
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/resources/views/livewire/cms/website/latest-post-list.blade.php:
--------------------------------------------------------------------------------
1 |
23 |
--------------------------------------------------------------------------------
/resources/views/livewire/company/dashboard/brief-description-edit.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
7 | @error ('brief_description') {{ $message }} @enderror
8 |
9 |
10 |
11 | @include ('partials.button-update')
12 | @include ('partials.button-cancel', ['clickEmitEventName' => 'briefDescriptionEditCancelled',])
13 | @include ('partials.dashboard.spinner-button')
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/resources/views/livewire/company/dashboard/company-info-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | SomeRandom Shop
7 |
8 |
9 |
10 |
11 | SomeRandom, Place
12 |
13 |
14 |
15 |
16 | +--- ----------
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/resources/views/livewire/contact-form/dashboard/contact-message-create.blade.php:
--------------------------------------------------------------------------------
1 |
2 | Nothing in the world is as soft and yielding as water.
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/livewire/contact-form/dashboard/contact-message-glance-component.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/resources/views/livewire/customer/dashboard/customer-edit-email.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'customerUpdateEmailCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/customer/dashboard/customer-edit-name.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'customerUpdateNameCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/customer/dashboard/customer-edit-pan.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'customerUpdatePanCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/customer/dashboard/customer-edit-phone.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'customerUpdatePhoneCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/dashboard/settings/login-page-setting.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Login page
5 |
6 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/document-file/dashboard/document-file-display-pdf.blade.php:
--------------------------------------------------------------------------------
1 |
9 |
--------------------------------------------------------------------------------
/resources/views/livewire/ecomm-website/menu.blade.php:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/resources/views/livewire/ecomm-website/shopping-cart-badge.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @include ('partials.dashboard.spinner-button')
7 |
8 |
9 |
--------------------------------------------------------------------------------
/resources/views/livewire/expense/dashboard/expense-category-create.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
Create new expense category
5 |
6 |
7 |
8 |
9 | @error('name') {{ $message }} @enderror
10 |
11 |
12 |
13 | @include ('partials.button-store')
14 | @include ('partials.button-cancel', ['clickEmitEventName' => 'exitCategoryCreateMode',])
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/resources/views/livewire/expense/dashboard/expense-display.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | @livewire ('core.dashboard.core-expense-display', ['expense' => $expense,])
4 |
5 |
6 |
--------------------------------------------------------------------------------
/resources/views/livewire/online-order/dashboard/online-order-counter.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | @if ($newOrderCount > 0)
8 |
15 | {{ $newOrderCount }}
16 |
17 | @endif
18 |
19 |
20 |
--------------------------------------------------------------------------------
/resources/views/livewire/online-order/dashboard/online-order-glance.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/online-order/dashboard/online-order-search.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | Coming soon.
4 |
5 |
6 |
--------------------------------------------------------------------------------
/resources/views/livewire/product-category/dashboard/product-category-edit-image.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | @error('image') {{ $message }} @enderror
6 |
7 |
8 |
9 | @include ('partials.button-update')
10 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productCategoryUpdateImageCancelled',])
11 | @include ('partials.dashboard.spinner-button')
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/resources/views/livewire/product-category/dashboard/product-category-edit-name.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['btnText' => 'Cancel', 'clickEmitEventName' => 'productCategoryUpdateNameCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product-category/dashboard/product-category-product-list-l1.blade.php:
--------------------------------------------------------------------------------
1 |
2 | {{-- Knowing others is intelligence; knowing yourself is true wisdom. --}}
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-answer-create.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @error('answer_text') {{ $message }} @enderror
7 |
8 |
9 | @include ('partials.button-store')
10 | @include ('partials.button-cancel', ['clickEmitEventName' => 'createProductAnswerCancelled',])
11 | @include ('partials.dashboard.spinner-button')
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-edit-description.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productUpdateDescriptionCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-edit-image.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | @error('image') {{ $message }} @enderror
6 |
7 |
8 |
9 | @include ('partials.button-update')
10 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productUpdateImageCancelled',])
11 | @include ('partials.dashboard.spinner-button')
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-edit-name.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productUpdateNameCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-edit-price-unit.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productUpdatePriceUnitCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-edit-price.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productUpdatePriceCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-edit-video-link.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Edit video link
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | @include ('partials.button-update')
14 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productUpdateVideoLinkCancelled',])
15 | @include ('partials.dashboard.spinner-button')
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-feature-edit.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productFeatureUpdateCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-specification-keyword-edit.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productSpecificationUpdateKeywordCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/dashboard/product-specification-value-edit.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'productSpecificationUpdateValueCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/product/website/featured-product-list.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Featured properties
6 |
7 |
8 |
9 | @foreach ($featuredProducts as $product)
10 | @if ($product->show_in_front_end == 'yes')
11 |
12 | @livewire ('ecomm-website.product-list-display', ['product' => $product,])
13 |
14 | @endif
15 | @endforeach
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/resources/views/livewire/sale-invoice/dashboard/sale-invoice-create.blade.php:
--------------------------------------------------------------------------------
1 |
2 | @livewire ('sale-invoice.dashboard.sale-invoice-work', ['saleInvoice' => $saleInvoice,])
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/livewire/sale-quotation/dashboard/sale-quotation-create.blade.php:
--------------------------------------------------------------------------------
1 |
2 | @livewire ('sale-quotation.dashboard.sale-quotation-work', ['saleQuotation' => $saleQuotation,])
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/livewire/shop/dashboard/shop-glance.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/takeaway/takeaway-create.blade.php:
--------------------------------------------------------------------------------
1 |
2 | @livewire ('sale.sale-invoice-work', ['saleInvoice' => $takeaway->saleInvoice,])
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/livewire/team/dashboard/team-member-edit-email.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-store')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'teamMemberUpdateEmailCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/team/dashboard/team-member-edit-name.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-store')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'teamMemberUpdateNameCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/team/dashboard/team-member-edit-phone.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-store')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'teamMemberUpdatePhoneCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/team/dashboard/team-member-edit-picture.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Edit image
5 |
6 |
7 |
8 |
9 | @error('image') {{ $message }} @enderror
10 |
11 |
12 |
13 | @include ('partials.button-update')
14 | @include ('partials.button-cancel', ['clickEmitEventName' => 'teamMemberUpdatePictureCancelled',])
15 | @include ('partials.dashboard.spinner-button')
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/resources/views/livewire/todo/dashboard/todo-edit-assigned-to.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
10 | @include ('partials.button-update')
11 | @include ('partials.button-cancel', ['clickEmitEventName' => 'todoUpdateAssignedToCancelled',])
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/resources/views/livewire/todo/dashboard/todo-edit-description.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'todoUpdateDescriptionCancelled',])
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/todo/dashboard/todo-edit-due-date.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @include ('partials.button-update')
7 | @include ('partials.button-cancel', ['clickEmitEventName' => 'todoUpdateDueDateCancelled',])
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/resources/views/livewire/todo/dashboard/todo-edit-priority.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
10 | @include ('partials.button-update')
11 | @include ('partials.button-cancel', ['clickEmitEventName' => 'todoUpdatePriorityCancelled',])
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/resources/views/livewire/todo/dashboard/todo-edit-status.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
12 | @include ('partials.button-update')
13 | @include ('partials.button-cancel', ['clickEmitEventName' => 'todoUpdateStatusCancelled',])
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/resources/views/livewire/todo/dashboard/todo-edit-title.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'todoUpdateTitleCancelled',])
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/todo/dashboard/todo-list-confirm-delete.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | @include ('partials.confirm-delete-modal', [
4 | 'modelName' => 'Todo',
5 | 'modelId' => $todo->todo_id,
6 | 'mainText' => $todo->title,
7 | 'modalId' => 'todoConfirmDeleteModal',
8 | ])
9 |
10 |
11 |
--------------------------------------------------------------------------------
/resources/views/livewire/vacancy/dashboard/vacancy-edit-description.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'vacancyUpdateDescriptionCancelled',])
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/vacancy/dashboard/vacancy-edit-title.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'vacancyUpdateTitleCancelled',])
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/livewire/vendor/dashboard/vendor-edit-email.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'vendorUpdateEmailCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/vendor/dashboard/vendor-edit-name.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'vendorUpdateNameCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/vendor/dashboard/vendor-edit-pan.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'vendorUpdatePanCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/livewire/vendor/dashboard/vendor-edit-phone.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | @include ('partials.button-update')
9 | @include ('partials.button-cancel', ['clickEmitEventName' => 'vendorUpdatePhoneCancelled',])
10 | @include ('partials.dashboard.spinner-button')
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/resources/views/mail/newsletter-subscription-notification.blade.php:
--------------------------------------------------------------------------------
1 | This is a thank you email to {{ $newsletterSubscription->email }} with a warm thanks.
2 |
--------------------------------------------------------------------------------
/resources/views/partials/button-cancel.blade.php:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/resources/views/partials/button-general-block.blade.php:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/resources/views/partials/button-general.blade.php:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/resources/views/partials/button-store.blade.php:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/resources/views/partials/button-update.blade.php:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/resources/views/partials/cms/footer-new.blade.php:
--------------------------------------------------------------------------------
1 |
2 | This is a new footer
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/partials/cms/header.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/resources/views/partials/cms/website/company-info.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{ $company->short_name }}
6 |
7 |
8 |
9 | {{ $company->brief_description }}
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/resources/views/partials/cms/website/home-page-not-set-yet.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Home page not set yet. Please set up the home page.
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/resources/views/partials/cms/website/page-announcer.blade.php:
--------------------------------------------------------------------------------
1 | {{--
2 | |
3 | | Page announcer blade file.
4 | |
5 | | This is the page announcer blade file for webpages.
6 | |
7 | --}}
8 |
9 |
10 | @if ($webpage->featured_image_path != null)
11 | @include ('partials.cms.website.featured-image-page-announcer')
12 | @else
13 | @include ('partials.cms.website.no-featured-image-page-announcer')
14 | @endif
15 |
16 |
--------------------------------------------------------------------------------
/resources/views/partials/dashboard/app-top-menu-school-dropdown.blade.php:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/resources/views/partials/dashboard/login-left.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | DigiBook
7 |
8 | @if (true)
9 |
10 | Your digital book
11 |
12 | @endif
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/resources/views/partials/dashboard/pkg-branding.blade.php:
--------------------------------------------------------------------------------
1 | {{--
2 | |
3 | | Package branding.
4 | |
5 | | Show package name and version.
6 | |
7 | --}}
8 |
9 |
10 |
11 |
12 | Ozone
13 |
14 |
15 |
16 | v0.8.5
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/resources/views/partials/dashboard/sale-quotation-work-options.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 | Print
10 |
11 |
12 |
--------------------------------------------------------------------------------
/resources/views/partials/dashboard/spinner-button.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/resources/views/partials/ecomm-website/headers-header.blade.php:
--------------------------------------------------------------------------------
1 | {{-- Very top bar --}}
2 |
3 |
4 | {{-- Clock --}}
5 |
6 |
7 |
8 | Shop online
9 |
10 |
11 |
12 | {{-- Phone --}}
13 |
14 |
15 |
16 | {{ $company->phone }}
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/resources/views/partials/ecomm-website/top-menu.blade.php:
--------------------------------------------------------------------------------
1 |
2 | @livewire ('ecomm-website.top-menu')
3 |
4 |
--------------------------------------------------------------------------------
/resources/views/partials/flash-message.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{ $message }}
5 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/resources/views/partials/misc/dashboard-vendor-announcement.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{ config('app.announcement') }}
6 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/resources/views/partials/misc/flash-card-simple.blade.php:
--------------------------------------------------------------------------------
1 | {{-- A simple flash card --}}
2 |
3 |
4 |
5 |
6 |
7 | {{ $fcTitle }}
8 |
9 |
10 |
11 |
12 | {{ $fcData }}
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/resources/views/partials/product/product-display/creation-update-info.blade.php:
--------------------------------------------------------------------------------
1 | {{-- Creation and update info --}}
2 |
3 |
4 |
5 | Product history
6 |
7 |
8 |
9 |
10 | Created at:
11 |
12 | {{ $product->created_at }}
13 |
14 |
15 |
16 |
17 |
18 |
19 | Updated at:
20 |
21 | {{ $product->updated_at }}
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/resources/views/partials/product/product-display/social-count.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Views
5 |
6 |
7 |
8 |
9 | {{ $product->website_views }} views
10 |
11 |
12 |
--------------------------------------------------------------------------------
/resources/views/partials/spinner-border.blade.php:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/resources/views/partials/team/team-display-fe.blade.php:
--------------------------------------------------------------------------------
1 |
2 | @if (($displayTeamName ?? true) )
3 | @if ($team->name == 'Quick contacts')
4 |
5 | Important contacts
6 |
7 | @else
8 |
9 | {{ $team->name }}
10 |
11 | @endif
12 | @endif
13 |
14 |
15 |
16 | @foreach ($team->teamMembers()->orderBy('position')->get() as $teamMember)
17 |
18 | @include ('partials.team.person-display-fe', ['person' => $teamMember,])
19 |
20 | @endforeach
21 |
22 |
23 |
--------------------------------------------------------------------------------
/resources/views/partials/team/team-display.blade.php:
--------------------------------------------------------------------------------
1 |
2 | @if ($displayTeamName ?? true)
3 |
4 | {{ $team->name }}
5 |
6 | @endif
7 |
8 |
9 |
10 | @foreach ($team->teamMembers as $teamMember)
11 |
12 | @include ('partials.person-display', ['person' => $teamMember,])
13 |
14 | @endforeach
15 |
16 |
17 |
--------------------------------------------------------------------------------
/resources/views/partials/unused/flash-message.blade.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{ $flashMessage }}
5 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/resources/views/partials/unused/website-hero-para.blade.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/resources/views/partials/unused/website-hero-para.blade.php
--------------------------------------------------------------------------------
/resources/views/website/appointment/book-appointment.blade.php:
--------------------------------------------------------------------------------
1 | @extends ('website.cms.base')
2 |
3 | @if (config('app.site_type') !== 'erp')
4 | @section ('googleAnalyticsTag')
5 | @endsection
6 |
7 | @section ('pageTitleTag')
8 | Book appointment
9 | @endsection
10 |
11 | @section ('googleAnalyticsTag')
12 | @endsection
13 |
14 | @section ('pageDescriptionTag')
15 |
16 | @endsection
17 | @endif
18 |
19 | @section ('content')
20 | @livewire ('appointment.website.appointment-create', ['teamMember' => $teamMember,])
21 | @endsection
22 |
--------------------------------------------------------------------------------
/resources/views/website/ecommerce/checkout.blade.php:
--------------------------------------------------------------------------------
1 | @extends ('website.cms.base')
2 |
3 | @section ('content')
4 | @livewire ('ecomm-website.checkout', ['cartItems' => $cartItems,])
5 | @endsection
6 |
7 |
--------------------------------------------------------------------------------
/resources/views/website/ecommerce/product-category-product-list.blade.php:
--------------------------------------------------------------------------------
1 | @extends ('website.cms.base')
2 |
3 | @section ('pageTitleTag')
4 |
5 | {{ $productCategory->name }}
6 | {{ env ('CMP_NAME', 'Foobiz') }}
7 |
8 | @endsection
9 |
10 | @section ('content')
11 |
12 | @livewire ('ecomm-website.product-category-product-list', ['productCategory' => $productCategory,])
13 |
14 | @endsection
15 |
--------------------------------------------------------------------------------
/resources/views/website/testimonial/testimonial-create.blade.php:
--------------------------------------------------------------------------------
1 | @extends ('website.cms.base')
2 |
3 | @section ('content')
4 |
5 | @livewire ('testimonial.website.testimonial-create')
6 |
7 | @endsection
8 |
--------------------------------------------------------------------------------
/resources/views/website/user/signup.blade.php:
--------------------------------------------------------------------------------
1 | @extends ('website.cms.base')
2 |
3 | @section ('content')
4 |
5 |
6 |
7 |
8 |
9 |
10 | Signup to get started.
11 |
12 |
13 |
14 |
15 |
16 | @livewire ('user.website.signup')
17 |
18 |
19 |
20 | @endsection
21 |
--------------------------------------------------------------------------------
/resources/views/website/vacancy/vacancy-view.blade.php:
--------------------------------------------------------------------------------
1 | @extends ('website.cms.base')
2 |
3 | @section ('content')
4 |
5 | @livewire ('vacancy.website.vacancy-view', ['vacancy' => $vacancy,])
6 |
7 | @endsection
8 |
--------------------------------------------------------------------------------
/routes/api.php:
--------------------------------------------------------------------------------
1 | get('/user', function (Request $request) {
18 | return $request->user();
19 | });
20 |
--------------------------------------------------------------------------------
/routes/channels.php:
--------------------------------------------------------------------------------
1 | id === (int) $id;
18 | });
19 |
--------------------------------------------------------------------------------
/routes/console.php:
--------------------------------------------------------------------------------
1 | comment(Inspiring::quote());
19 | })->describe('Display an inspiring quote');
20 |
--------------------------------------------------------------------------------
/screenshots/create-post-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/create-post-1.gif
--------------------------------------------------------------------------------
/screenshots/create-webpage-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/create-webpage-1.gif
--------------------------------------------------------------------------------
/screenshots/dashboard-screenshot-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/dashboard-screenshot-1.png
--------------------------------------------------------------------------------
/screenshots/samarium-logo-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/samarium-logo-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-change-password-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-change-password-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-customer-display-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-customer-display-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-daybook-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-daybook-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-expense-display-finished-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-expense-display-finished-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-expense-display-progress-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-expense-display-progress-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-expense-list-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-expense-list-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-gif-product-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-gif-product-1.gif
--------------------------------------------------------------------------------
/screenshots/screenshot-login-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-login-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-page-list-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-page-list-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-post-list-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-post-list-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-product-category-list-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-product-category-list-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-product-list-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-product-list-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-purchase-display-finished-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-purchase-display-finished-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-purchase-display-progress-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-purchase-display-progress-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-purchase-list-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-purchase-list-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-sale-invoice-create-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-sale-invoice-create-1.gif
--------------------------------------------------------------------------------
/screenshots/screenshot-sale-invoice-display-finished-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-sale-invoice-display-finished-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-sale-invoice-display-progress-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-sale-invoice-display-progress-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-sale-invoice-list-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-sale-invoice-list-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-settings-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-settings-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-user-profile-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-user-profile-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-vendor-display-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-vendor-display-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-website-homepage-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-website-homepage-1.png
--------------------------------------------------------------------------------
/screenshots/screenshot-weekbook-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/screenshots/screenshot-weekbook-1.png
--------------------------------------------------------------------------------
/server.php:
--------------------------------------------------------------------------------
1 |
8 | */
9 |
10 | $uri = urldecode(
11 | parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
12 | );
13 |
14 | // This file allows us to emulate Apache's "mod_rewrite" functionality from the
15 | // built-in PHP web server. This provides a convenient way to test a Laravel
16 | // application without having installed a "real" web server software here.
17 | if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
18 | return false;
19 | }
20 |
21 | require_once __DIR__.'/public/index.php';
22 |
--------------------------------------------------------------------------------
/storage/app/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !public/
3 | !.gitignore
4 |
--------------------------------------------------------------------------------
/storage/app/public/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/app/public/samarium-logo-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/oitcode/samarium/3e510897989af70d705e1d14449be39af5dadc24/storage/app/public/samarium-logo-1.png
--------------------------------------------------------------------------------
/storage/framework/.gitignore:
--------------------------------------------------------------------------------
1 | config.php
2 | routes.php
3 | schedule-*
4 | compiled.php
5 | services.json
6 | events.scanned.php
7 | routes.scanned.php
8 | down
9 |
--------------------------------------------------------------------------------
/storage/framework/cache/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !data/
3 | !.gitignore
4 |
--------------------------------------------------------------------------------
/storage/framework/cache/data/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/sessions/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/testing/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/framework/views/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/storage/logs/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/tests/CreatesApplication.php:
--------------------------------------------------------------------------------
1 | make(Kernel::class)->bootstrap();
19 |
20 | return $app;
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/tests/Feature/Cms/Dashboard/WebpageCreateTest.php:
--------------------------------------------------------------------------------
1 | get('/');
21 |
22 | $response->assertStatus(200);
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/tests/Feature/DashboardTest.php:
--------------------------------------------------------------------------------
1 | actingAs(User::first())->get('/dashboard');
21 |
22 | $response->assertSuccessful();
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/tests/Feature/ExampleTest.php:
--------------------------------------------------------------------------------
1 | get('/');
18 |
19 | $response->assertStatus(200);
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/AccountingComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/accounting')
18 | ->assertSeeLivewire(AccountingComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/AppointmentComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/appointment')
18 | ->assertSeeLivewire(AppointmentComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/CafeSaleComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/cafesale')
18 | ->assertSeeLivewire(CafeSaleComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/CalendarComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/school/calendar')
18 | ->assertSeeLivewire(CalendarComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/CalendarGroupComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/calendar/calendar-group')
18 | ->assertSeeLivewire(CalendarGroupComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ChangePasswordComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/changePassword')
18 | ->assertSeeLivewire(ChangePasswordComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/CompanyComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/company')
18 | ->assertSeeLivewire(CompanyComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ContactFormComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/contact-form')
18 | ->assertSeeLivewire(ContactFormComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/CustomerComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/customer')
18 | ->assertSeeLivewire(CustomerComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/DaybookComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/daybook')
18 | ->assertSeeLivewire(DaybookComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/DocumentFileComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/document/file')
18 | ->assertSeeLivewire(DocumentFileComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ExpenseComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/expense')
18 | ->assertSeeLivewire(ExpenseComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/GalleryComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/cms/gallery')
18 | ->assertSeeLivewire(GalleryComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/InventoryComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/inventory')
18 | ->assertSeeLivewire(InventoryComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/NavMenuComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/cms/navMenu')
18 | ->assertSeeLivewire(NavMenuComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/NewsletterSubscriptionComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/newsletter-subscription')
18 | ->assertSeeLivewire(NewsletterSubscriptionComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/OnlineOrderComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/onlineorder')
18 | ->assertSeeLivewire(OnlineOrderComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/PostComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/cms/post')
18 | ->assertSeeLivewire(PostComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ProductCategoryComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/product-category')
18 | ->assertSeeLivewire(ProductCategoryComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ProductComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/product')
18 | ->assertSeeLivewire(ProductComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ProductQuestionComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/product-question')
18 | ->assertSeeLivewire(ProductQuestionComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ProductVendorComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/product-vendor')
18 | ->assertSeeLivewire(ProductVendorComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/PurchaseComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/purchase')
18 | ->assertSeeLivewire(PurchaseComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ReportComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/report')
18 | ->assertSeeLivewire(ReportComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/SaleInvoiceComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/sale')
18 | ->assertSeeLivewire(SaleInvoiceComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/SaleQuotationComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/sale-quotation')
18 | ->assertSeeLivewire(SaleQuotationComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/TeamComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/team')
18 | ->assertSeeLivewire(TeamComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/TestimonialComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/testimonial')
18 | ->assertSeeLivewire(TestimonialComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/ThemeComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/cms/theme')
18 | ->assertSeeLivewire(ThemeComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/TodoComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/todo')
18 | ->assertSeeLivewire(TodoComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/UrlLinkComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/document/url-link')
18 | ->assertSeeLivewire(UrlLinkComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/User/Dashboard/UserProfileDisplayTest.php:
--------------------------------------------------------------------------------
1 | first();
14 |
15 | $this->actingAs($user)
16 | ->get('/dashboard/own-profile')
17 | ->assertOk()
18 | ->assertSee($user->name)
19 | ->assertSeeLivewire(UserProfileDisplay::class);
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/User/Website/SignupTest.php:
--------------------------------------------------------------------------------
1 | get('/user/signup')
13 | ->assertStatus(200)
14 | ->assertSeeLivewire(Signup::class);
15 | }
16 |
17 | public function test_user_can_sign_up()
18 | {
19 | $this->assertTrue(true);
20 |
21 | // todo: need to do perform actual test.
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/VacancyComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/vacancy')
18 | ->assertSeeLivewire(VacancyComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/VendorComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/vendor')
18 | ->assertSeeLivewire(VendorComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/WebpageComponentTest.php:
--------------------------------------------------------------------------------
1 | first();;
15 |
16 | $this->actingAs($user)
17 | ->get('/cms/webpage')
18 | ->assertSeeLivewire(WebpageComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/Livewire/WeekbookComponentTest.php:
--------------------------------------------------------------------------------
1 | first();
15 |
16 | $this->actingAs($user)
17 | ->get('/dashboard/weekbook')
18 | ->assertSeeLivewire(WeekbookComponent::class);
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/tests/Feature/RegistrationTest.php:
--------------------------------------------------------------------------------
1 | get('/register');
19 |
20 | $response->assertStatus(200);
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/tests/Feature/UriTest.php:
--------------------------------------------------------------------------------
1 | get('/');
14 |
15 | $response->assertStatus(200);
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/tests/Feature/UserTest.php:
--------------------------------------------------------------------------------
1 | assertTrue(Schema::hasColumn('users', 'role'));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/tests/TestCase.php:
--------------------------------------------------------------------------------
1 | assertTrue(true);
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/webpack.mix.js:
--------------------------------------------------------------------------------
1 | const mix = require('laravel-mix');
2 |
3 | /*
4 | |--------------------------------------------------------------------------
5 | | Mix Asset Management
6 | |--------------------------------------------------------------------------
7 | |
8 | | Mix provides a clean, fluent API for defining some Webpack build steps
9 | | for your Laravel application. By default, we are compiling the Sass
10 | | file for the application as well as bundling up all the JS files.
11 | |
12 | */
13 |
14 | mix.js('resources/js/app.js', 'public/js')
15 | .sass('resources/sass/app.scss', 'public/css');
16 |
--------------------------------------------------------------------------------