@extends('frontend.self.layouts.master') @section('content')

Kullanıcılar Yeni Ekle

Kullanıcı Bilgileri

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