Skip to content

Instantly share code, notes, and snippets.

@msato0731
Created January 9, 2019 11:48
Show Gist options
  • Save msato0731/80045128b0daaf08fd68305356cafbf5 to your computer and use it in GitHub Desktop.
Save msato0731/80045128b0daaf08fd68305356cafbf5 to your computer and use it in GitHub Desktop.
laravelの@yieldと@section 変更後 子
@extends('layouts.app')
@section('content')
<p>本文(ページごとに変えたい)</p>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment