@extends('layouts.app') @section('content')

Editar Locatário

@csrf @method('PUT') @include('tenants._form',['tenant'=>$tenant])
@endsection