@extends('backend.layouts_backend.master2') @section('title') Edit Job Rollouts @endsection @section('content') {{-- header --}}

Edit Job Rollouts

@if (Auth::user()->can('studio-job-role-out-create')) @endif @if (Auth::user()->can('studio-job-role-out-list')) @endif

{{-- end header --}}
@csrf @method('PATCH')

{{-- validation --}} @if ($errors->has('event_title')) @endif
@php $existing_assigned_creatives = !empty($job_rollout->assigned_creatives) ? json_decode($job_rollout->assigned_creatives) : []; @endphp





{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection