@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Boarding")}}

@endsection @section("content")

{{__("Edit Boarding")}}

$boarding->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("type")
{{$message}}
@enderror
type == 2) style="display:none"@endif >
@error("media")
{{$message}}
@enderror
type == 1)style="display:none"@endif>
@endsection @section("scripts") @endsection