@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf

asset Information

@foreach ($assetes as $asset) @endforeach
Serial asset Name rate quantity amount Action
{{ $loop->iteration }} {{ $asset->name }} {{ $asset->rate }} {{ $asset->quantity }} {{ $asset->amount }}
@endsection @push('js') @endpush