@extends('admin.layouts.master') @section('title', 'Create a new meeting - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('List all meetings') }} @endslot @slot('menu1') {{ __('Mettings') }} @endslot @slot('menu2') {{ __('Big Blue Mettings') }} @endslot @slot('menu3') {{ __(' List all meetings') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Create a new meeting') }}
@csrf
{{-- --}} {{-- --}}
Should be diffrent from Moderator password
@endsection @section('script') @endsection