@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
@if(!empty($button)) @foreach($button as $b) @endforeach @endif
Button Link Options
{{ $b->nama }} {{ $b->link }}
{{csrf_field()}}
@endsection @section('js') @endsection