@extends('backend.layouts.master') @section('footer') @endsection @section('content')

Kullanıcılar Yeni Ekle

Kullanıcı Bilgileri

@include('errors.list')
{!! Form::model(null, array('route' => 'user.store', 'class' => 'form-horizontal push-10-t push-10', 'files' => true)) !!} @include('backend.user.form') {!! Form::close() !!}
@endsection