@extends('layouts.app') @section('content') @if($opt == "brand") Tambah @else Tambah @endif @include('layouts/flash-messages') @foreach($data as $d) @endforeach
Keterangan Action
{{ $d->data }} @if($opt == "brand") @else @endif
@endsection