@extends('admin.layouts.master') @section('title', 'Big Blue Settings- Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Update Big Blue Settings') }} @endslot @slot('menu1') {{ __('Mettings') }} @endslot @slot('menu2') {{ __('Big Blue Mettings') }} @endslot @slot('menu3') {{ __(' Update Big Blue Settings') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Update BigBlue Button Salt Key and Server URL : ') }}
@csrf
@endsection