@extends('layouts.admin') {{-- Web site Title --}} @section('title') {{ __('tools/title.bulk_update') }} @parent @endsection {{-- Content Header --}} @section('header') {{ __('tools/title.bulk_update') }} {{ __('tools/title.bulk_update_subtitle') }} @endsection {{-- Breadcrumbs --}} @section('breadcrumbs')
  • {{ __('site.dashboard') }}
  • {{ __('site.tools') }}
  • {{ __('tools/title.bulk_update') }}
  • @endsection {{-- Content --}} @section('content')

    Mark all zones with pending changes

    Warning!

    {{ __('tools/messages.bulk_update_warning') }}

    @endsection