@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Add Malkhana Items') @push('scripts') @endpush @push('head') @endpush @section('content')

मालखाना में वस्‍तु जोड़ें (Add Malkhana Items)

वस्‍तु सूची (Items List)

@if(session('success'))
{{ session('success') }}
@endif
@foreach($show as $data) @endforeach
क्रमांक Items Name वस्‍तु का नाम From Date To Date Life of Item Action
{{($data->id)}} {{($data->item_name_eng)}} {{($data->item_name_hindi)}} {{($data->from_date)}} {{($data->to_date)}} {{($data->year)}} वर्ष {{($data->month)}} माह {{($data->day)}} दिन
@endsection @push('scripts') @endpush