@extends('layouts.app') @section('title') Alternatif @endsection @section('content')
@include('flash::message')
@include('alternatives.table')
@endsection