@extends('layouts.master') @section('title', 'İşletmelerde Beceri Eğitimi Evrak Kontrol') @section('content')
@include('imepages.menu')
Evrak Kodu ile Evrak Kontrolü
@include('imepages.evrakkontrolbtn')
@if ($errors->any()) @endif @if (Session::has('fail')) @endif @if (Session::has('success')) @endif
@csrf
@endsection @section('js') @include('layouts.table') @endsection @section('css') @endsection