index.blade.php 67 B

1234
  1. @extends('layouts.app')
  2. @section('content')
  3. Index here
  4. @endsection