You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
350 B
PHTML

@extends('layouts.app')
@section('content')
@include('pages.portfolio')
@include('pages.introduce')
@include('pages.inquiry')
@endsection
@push('style')
<link rel="stylesheet" type="text/css" href="/css/main.css?v={{ $now }}">
@endpush
@push('scripts')
<script type="text/javascript" src="/js/main.js?v={{ $now }}"></script>
@endpush