@extends('layouts.master') @section('title',"Excel ile İçeri Aktar") @section('head') @endsection @section('content')

İçeri Aktar

@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Şablonlar

Email Şablonu
Terminal Şablonu
@endsection @section('footer') @endsection