diff --git a/public/assets/index/images/stoneImg.jpg b/public/assets/index/images/stoneImg.jpg new file mode 100644 index 0000000..f6cdf2d Binary files /dev/null and b/public/assets/index/images/stoneImg.jpg differ diff --git a/resources/views/category/personnel.blade.php b/resources/views/category/personnel.blade.php new file mode 100644 index 0000000..002bc33 --- /dev/null +++ b/resources/views/category/personnel.blade.php @@ -0,0 +1,48 @@ +@extends('layouts.app') + +@section('title', $parent->title) + +@section('content') + + @include('category.navigation') + + +
+
+ + @include('category.left') + +
+
+ +
+ @if ($articles->isNotEmpty()) + @foreach ($articles as $info) +
+
+
+ + +
+
+
+ {{ $info->title }} +
+
+ {{ $info->remark }} +
+
+ {{ $info->description }} +
+
+
+
+ @endforeach + @endif +
+ +
+
+
+
+@endsection