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.

15 lines
204 B
PHTML

2 years ago
@extends('layouts.app')
@section('content')
2 years ago
@include('pages.portfolio')
@include('pages.introduce')
@include('pages.inquiry')
2 years ago
@endsection
2 years ago
@push('style')
2 years ago
@endpush
2 years ago
@push('scripts')
2 years ago
@endpush
2 years ago