@extends('Hardware_Asset.Navbar.hwnavbar') @section('content')
@csrf

Add Assets

@if ($message = Session::get('SuccessMsg')) @endif @if ($message = Session::get('ErrorMsg')) @endif @endsection