Skip to content

Instantly share code, notes, and snippets.

View jongravois's full-sized avatar

Jonathan Gravois jongravois

View GitHub Profile
<?php
namespace App\Http\Livewire\Customers;
use App\Models\Company;
use App\Models\CompanyCustomerAgreement;
use Livewire\Component;
class CafRow extends Component
{
<div class="p-4 py-8">
<x-page.header title="Customer Agreements Portal"></x-page.header>
<div>
<input type="search" class="my-4 tw-input w-40"
placeholder="Filter by Company or Company Code"
wire:model="search">
</div>
<section class="uam-tabs-container hidden lg:inline lg:mt-8">
<?php
namespace App\Http\Livewire\Customers;
use App\Http\Resources\CustomerAgreementResource;
use App\Models\Company;
use App\Models\CompanyCustomerAgreement;
use Illuminate\Support\Facades\DB;
use Livewire\Component;
<?php
namespace App\Http\Livewire\Quality\Portal;
use App\Models\FormQualityObservation;
use App\Models\QualityCategory;
use App\Models\QualityProcess;
use Livewire\Component;
class FormWorksheet extends Component
<?php
namespace App\Http\Livewire\Quality\Portal;
use App\Models\FormQualityObservation;
use App\Models\QualityCategory;
use App\Models\QualityProcess;
use Livewire\Component;
class FormWorksheet extends Component
<div class="p-4">
<x-page-header title="Quality Observation Response"></x-page-header>
<div class="p-4 tw-panel w-96 mx-auto mb-4 border-b-2 border-blue-600">
<div class="mb-4 flex flex-wrap">
<div class="w-1/3 mb-4">
<div class="field">
<label class="tw-label">Reporter</label>
<p class="underline text-blue-600 font-semibold">
<a href="mailto:{{$observation['reporter_email']}}">

UAM-IT

UAM-IT is a small team of custom developers supporting the mission of Universal Asset Management (UAM). Our primary goal is to turn data into actionable information for the customers and staff of UAM.

To accomplish our goal, UAM-IT provides custom web applications such as:

<?php
namespace App\Http\Livewire\Portals\Consignments;
use App\Models\ConsignmentBand;
use Livewire\Component;
class ConsignmentBands extends Component
{
public $newLow;
<div>
@json($bands)
<table class="w-full tw-table">
<thead>
<tr>
<th>Low</th>
<th>High</th>
<th>Rate</th>
<th>&nbsp;</th>
</tr>
<div>
<div class="mb-2 px-4 py-2 flex justify-between items-center rounded border border-silver-700">
<div class="flex">
<span class="flex">
{{$task['title']}}
</span>
</div>
<div class="flex">