@extends('admin.layouts.master') @section('title', 'Settings') @section('content')
Settings
@include('admin.layouts.flash_messages')

Edit Settings

@csrf
@if ($errors->has('account_sid')) {{ $errors->first('account_sid') }} @endif
@if ($errors->has('auth_token')) {{ $errors->first('auth_token') }} @endif
@endsection