@extends('backend.handoff.layouts.app') @section('content')
{{ _lang('General Settings') }}
{{ csrf_field() }}
{{ _lang('Email Settings') }}
{{ csrf_field() }}
@endsection @section('js-script') @stop