@extends('base') @section('body-class', 'tri-layout') @section('content')
{{ trans('common.tab_info') }}
{{ trans('common.tab_content') }}
@yield('body')
@stop