@extends('admin.layouts.master') @section('title','Edit Googlemeet') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Googlemeet') }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Edit') }} {{ __('Googlemeet') }}
@csrf

Set to None if you want to use your account timezone.

@endsection @section('script') @endsection