@php $logoUrl = $method->logo_path ? (Str::startsWith($method->logo_path, ['http','/']) ? $method->logo_path : asset('storage/'.$method->logo_path)) : null; $instructionUrl = $method->instruction_img ? (Str::startsWith($method->instruction_img, ['http','/']) ? $method->instruction_img : asset('storage/'.$method->instruction_img)) : null; @endphp {{-- Errors --}} @if ($errors->any())