@php $title = $blade_data['title']; $routeLink = $blade_data['routeLink']; $positions = isset($form_data->positions) && !empty($form_data->positions) ? explode(',', $form_data->positions) : []; @endphp @extends('admin.layouts.app') @section('page-title', $title) @section('breadcrumb') @endsection @section('content')
@csrf
@error('name') {{ $message }} @enderror
@if ($form_data->id == 4340) @endif @if (in_array($form_data->id, [1, 2, 3, 4, 5]))
@endif @if (in_array($form_data->id, [2, 3, 4, 5]))
@endif @if (in_array($form_data->id, [2, 3, 4, 5]))
Select image Change Remove
@error('image')
{{ $message }}
@enderror
@endif
Back
@endsection @push('scripts') @endpush