@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Video Ads', 'url' =>route('admin.ads.video'), 'active' => false], ['label' => 'Update Ad', 'url' => '#', 'active' => true], ]; @endphp
Allowed macros from App are: [user_id] = for User ID [country] = for country ISO [country_up] = for country ISO in uppercase [email] = for user Email [gaid] = for GAID
@csrf
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @endsection