@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Offers', 'url' => route('admin.offers.index'), 'active' => false], ['label' => 'Update', '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
@if($data->image_type==1) @elseif($data->image_type==0) @endif
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @endsection