@extends('admin.layout') @section('title','Options list') @section('page-css') @stop @section('content')

Options List

@if(count($options)>0) @foreach($options as $key=>$row) @endforeach @endif
No. Name Action
{{$key+1}} {{$row->option_name}} Edit
@stop @section('page-js') @stop