16 lines
271 B
PHP
16 lines
271 B
PHP
@extends('layouts.app')
|
|
|
|
@section('htmlheader_title')
|
|
{{ trans('adminlte_lang::message.home') }}
|
|
@endsection
|
|
|
|
@section('contentheader_title')
|
|
Software Deployment
|
|
@endsection
|
|
@section('contentheader_description')
|
|
Home
|
|
@endsection
|
|
|
|
@section('main-content')
|
|
|
|
@endsection |