@php $title = $blade_data['title']; $routeLink = $blade_data['routeLink']; $countryArr = $form_data->country ? explode(',', $form_data->country) : []; $itemCount = 0; @endphp @extends('admin.layouts.app') @section('page-title', $title) @section('breadcrumb') @endsection @section('content')
@csrf
@error('type') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('duration') {{ $message }} @enderror
@if ($task_country) @foreach ($task_country as $item)
@php $itemCount++; @endphp @endforeach @endif
Select image Change Remove
@error('image')
{{ $message }}
@enderror
Back
@endsection @push('scripts') @endpush