@extends('layout.front') @section('content')
@include('front.includes.title',['title' => 'Kayıt ol'])
@include('front.includes.error')
{{csrf_field()}}
@include('front.includes.sidebar')
@endsection