@extends('layouts.internal') @section('content') @section('breadcrumb')
@endsection
@if ($message = Session::get('success'))

{{ $message }}

@endif
Create New @foreach($records as $data) @endforeach
# Type Name Value Sort Order Actions
{{ $i++ }} {{ $data->type }} {{ $data->name }} {{ $data->value }} {{ $data->sort_order }}
@section('css') @endsection @section('script') @endsection @endsection