@extends('layouts.vertical', ['subtitle' => 'Create User'])
@section('content')
@include('layouts.partials/page-title', ['title' => 'Se', 'subtitle' => 'Syncronize'])
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@vite(['resources/js/tables/common-table.js'])
@endsection