@extends('layout.layout') {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => route('user.rent.show', ['id' => $rent->id])])
{{csrf_field()}}
@if ($types['isPhysicalActivity'] == 1)
@if($errors->has('file')) @foreach ($errors->get('file') as $error)
{{$error}}
@endforeach @endif
@endif
@endsection