This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
271 B
PHP
Raw Normal View History

2017-08-06 09:53:57 +10:00
@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