@extends('template.layouts.template-base') @section('title', 'Edit Vehicle') @section('styles') @endsection @section('content') Master / Edit Vehicle Type @csrf @method('PUT') Vehicle Information Vehicle Type * Capacity * Kg Status * status) == 1 ? 'checked' : '' }}> Active status) == 0 ? 'checked' : '' }}> Inactive Notes {{ old('description', $vehicleType->description) }} Cancel Update @include('template.layouts.error-modal') @endsection @section('scripts') @endsection