@extends('admin.layouts.master') @section('title', 'Create a new meeting - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Create a new meeting') }}
@csrf

{{-- --}} {{-- --}}
{{__('Should be diffrent from')}} {{__('Moderator')}} {{__('password')}}



@endsection @section('script') @endsection