@extends('layouts.master')
@section('title', 'User')
@push('css')
@endpush
@section('content')
asset Information
| Serial |
asset Name |
asset Rate |
Quantity |
Amount |
Action |
@foreach ($assetes as $asset)
| {{ $loop->iteration }} |
{{ $asset->name }} |
{{ $asset->rate }} |
{{ $asset->quantity }} |
{{ $asset->amount }} |
|
@endforeach
@endsection
@push('js')
@endpush