@extends('layouts.admin-simple') @section('title', 'Projects') {{-- Force cache refresh --}} @section('breadcrumb') @endsection @section('page-title')

Projects

Manage project names and details

@can('warehouse.projects.create')
@endcan
@endsection @section('content')
work Projects List
Project Number Project ID Project Name Division Created Date Actions
@endsection @push('styles') @endpush @push('scripts') @endpush