@extends('theme.theme_main') @section('breadcrumb') {!! Breadcrumbs::render('caller-setting') !!} @stop @section('content_title')

Caller Setting

@stop @section('content')
{!! $errors->first('host', ':message') !!}
{!! $errors->first('path', ':message') !!}
{!! csrf_field() !!}
@stop @section('script') @stop