@extends('theme.theme_main') @section('breadcrumb') {!! Breadcrumbs::render('campaign.data.update', $campaign, $campaign_data) !!} @stop @section('content_title')

Update Data

@stop @section('content')
@include('campaign._data_form')
@stop