@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' => 'Postback', 'url' => route('admin.offers.postback'), 'active' => false], ['label' => 'Update', 'url' => '#', 'active' => true], ]; @endphp
@csrf Mode 0 replaces placeholders directly inside the URL.
Mode 1 appends parameters at the end of the URL.
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @endsection