@extends('admin.tpl.admintpl') @section('content')

Performance create

{{ csrf_field() }}

Performances index List

@foreach($performances as $performance ) @endforeach
Title Description Operations
{{$performance->title}} {{$performance->description}}
@include('admin.inc.detailperfomance') @include('admin.inc.updateperformance') @stop @section('addlibjs') @stop