@extends('admin.layouts.app') @section('title', isset($attribute->id) ? 'Edit Attribute' : 'Add Attributes') @section('section')

How It's Work Page Form

{{-- @dd(asset('storage/' . $content['image'])) --}}

Edit How It's Work Page Form

@csrf
{{--
--}}
@if(isset($content['pdf']) ?? $content['pdf'])

Current Video: {{ $content['pdf'] }}

@endif @error('pdf') {{ $message }} @enderror
{{--
--}} {{--
--}}
@endsection @section('script') @endsection