@extends(Theme::viewName('layout')) @section('title', trans('admin.create_service')) @section('breadcrumb') @endsection @section('content')

@lang('admin.create_service_title')

@lang('admin.create_service_intro')


{{ csrf_field() }}
@if ($errors->has('service_type'))
{{ $errors->first('service_type') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@include(Theme::viewName('partials.admin_services_oauth_options'))
@include(Theme::viewName('partials.admin_services_dropbox_options'))
@lang('forms.cancel_action')
@endsection @push('scripts') @endpush