@extends('residential.templates.uadmin') @section('content')

Variables

@if (session('status'))
{{ session('status') }}
@endif @if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
All Variables
@foreach ($variables as $variable) @if($count % 2 == 1) @else @endif @endforeach
ID Name Type Code Created Updated Action
{{ $variable->id }} {{ $variable->name }} {{ $variable->type }}
<?php echo $variable->get(''); ?>
{{ $variable->created_at }} {{ $variable->updated_at }}    
@endsection @section('extras') @endsection @section('bottom') @endsection