@extends('dashboard.layouts.master') @section('title', __("Subscribe Email")) @section('content')

Subscribe Email

{{ __('backend.dashboard') }} / Subscribe Email
{{Form::open(['route'=>'subscribeUpdateAll','method'=>'post','id'=>'updateAll'])}}
Email {{ __('backend.options') }}
{{Form::close()}}
@endsection @push("after-scripts") @endpush