@extends('layouts.master') @section('content')
@foreach($columns() as $attr)

{{$client->getAttribute($attr)}}

@endforeach
@include('events.partials.create', ['client' => $client]) @stop @section('head') @stop