ranjith-dev #498

Merged
jothi merged 4 commits from ranjith-dev into master 2026-04-02 06:30:20 +00:00
Showing only changes of commit c9794508a2 - Show all commits

View File

@@ -3,7 +3,6 @@
namespace App\Filament\Resources; namespace App\Filament\Resources;
use App\Filament\Resources\VehicleEntryResource\Pages; use App\Filament\Resources\VehicleEntryResource\Pages;
use App\Filament\Resources\VehicleEntryResource\RelationManagers;
use App\Models\Plant; use App\Models\Plant;
use App\Models\VehicleEntry; use App\Models\VehicleEntry;
use Carbon\Carbon; use Carbon\Carbon;
@@ -20,7 +19,9 @@ class VehicleEntryResource extends Resource
{ {
protected static ?string $model = VehicleEntry::class; protected static ?string $model = VehicleEntry::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; protected static ?string $navigationIcon = 'heroicon-m-truck'; // heroicon-o-rectangle-stack
protected static ?string $navigationGroup = 'Vehicle';
public static function form(Form $form): Form public static function form(Form $form): Form
{ {
@@ -86,7 +87,7 @@ class VehicleEntryResource extends Resource
{ {
return $table return $table
->columns([ ->columns([
Tables\Columns\TextColumn::make('No.') Tables\Columns\TextColumn::make('No.')
->label('No.') ->label('No.')
->alignCenter() ->alignCenter()
->getStateUsing(function ($record, $livewire, $column, $rowLoop) { ->getStateUsing(function ($record, $livewire, $column, $rowLoop) {