@extends('layout.layout') @section('title', 'Kullanıcı Bilgilerini Düzenle') @section('styles') @parent @stop @section('content') @include('flash_message.flash')

Kullanıcı Bilgilerini Düzenle

@csrf @method('PUT')
sms_permission) checked @endif >

İhale sürecinde sms üzerinden bilgi almanızı sağlar.

@if($errors->any())
@foreach($errors->all() as $error) @endforeach
@endif
@stop @section('scripts') @parent @endsection