@extends('business_owner.layouts.master') @section('title', __('backend.manage_event')) @section('content') @include('sweetalert::alert')

{{ __('backend.manage_event') }}

{{ __('backend.dashboard') }} / {{ __('backend.manage_event') }}
{{ Form::open(['route' => 'business_owner.event.updateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ Form::close() }}
{{ __('backend.event_name') }} {{ __('backend.category_name') }} {{ __('backend.description') }} {{ __('backend.status') }} {{ __('backend.approval_status') }} {{ __('backend.options') }}
{{ Form::close() }}
@endsection @push('after-scripts') @endpush