@extends('admin.layout.layout') @section('title', 'Kullanıcı Düzenle') @section('styles') @parent @stop @section('content') Admin Kullanıcılar Mail Gönder Mail Gönder {{ $user->name }} {{ $user->surname }} @csrf @method('POST') İhale Seçiniz İhale Seçiniz @foreach ($posts as $post) {{ $post->code }} @endforeach İhaleye Dahil Edilecek Evraklar: Mail Gönder Loading... @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @stop @section('scripts') @parent @endsection