@extends('staffs.layout') @section('content')
@if($packagePersmission->calendar_status == 1)
@csrf
{{ __('Google Calendar') }}
@if ($errors->has('google_calendar'))

{{ $errors->first('google_calendar') }}

@endif @if ($data && $data->google_calendar) {{ __('You have a file, and you can change it by re-uploading it.') }}
@endif {{ __('Only json file allowed.') }}
@if ($errors->has('calender_id'))

{{ $errors->first('calender_id') }}

@endif
@endif
@endsection