@extends('layouts.admin.app') @section('content')

Manage Spare Parts Category

@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($partcategories as $partcategory) @endforeach
Image Name Status Add Date Action
{{ $partcategory->part_category }} @if ($partcategory->status === 1) Active @else In-active @endif {{ $partcategory->created_at }}
@csrf @method('DELETE')