@extends('admin.layouts.master') @section('title', 'Big Blue Settings- Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Update BigBlue Button Salt Key and Server URL : ') }}
@csrf
@endsection