@extends('layout.main') @section('content')

{{ isset($asset->id) ? 'Edit Asset' : 'Add New Asset' }}

@csrf @if (isset($asset->id)) @method('PUT') @endif
@if(isset($asset->id) && $asset->image)
Current Asset Image

Current image (upload new image to replace)

@endif id) ? 'required' : '' }}>

Upload image (JPEG, PNG, JPG, GIF, SVG. Max: 2MB)

{{ __('Cancel') }}
@endsection @push('scripts') @endpush