@if($message = Session::get('hata'))
@endif
@if($message = Session::get('basarili'))
@endif
@if ($errors->any())
Hata...! zorunlu alanları giriniz.
@foreach($errors as $error)
- {{$error}}
@endforeach
@endif
@endsection
@section('css')
@endsection
@section('js')
@php $sel = "selected"; @endphp
@endsection