@extends('welcome') @section('title','Edit Coworking Assets') @section('content-header','Edit Assets') @section('content')
@include('dashboard.messages')

Power your co-working by Adding new seats.

@csrf @method('PUT')
@if($asset->image)
@endif
@endsection