@extends("common.layout") @section("header") @endsection @section("content")

사이트 컨텐츠 관리

@foreach($contents as $content)
{{$content->description}}
@endforeach
@endsection @push("script") @endpush