@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent
@if (session('failedRecords'))

Data berikut gagal diimpor:

    @foreach (session('failedRecords') as $failed)
  • Baris: {{ json_encode($failed['row']) }}
    Alasan: {{ $failed['reason'] }}
  • @endforeach
@endif

{{-- Cancel Create --}}
@csrf
@endsection @section('script') @endsection