@extends('inventory.layout') @section('title', 'Edit Check List') @section('content') @push('head') @endpush
@csrf @include('include.message') @Method('PUT')

{{ __('Basic Information')}}

{{--
--}} {{--
--}}
@push('script') @endpush @endsection