@extends('layout.layout') @section('css') @stop @section('content') @include('layout.nav')

{{$banner->title1}}

{{$banner->title2}}

{{$case->name}} / Case Study

{{$case->name}}的實績案例


@foreach($case->img as $val)
@endforeach
@stop @section('script') @stop