@extends('site.layouts.app') @section('title', 'Sync') @section('stylesheets') @endsection @section('content')

Sync

Loading...
@include('site.mastersync.table.new')
@include('site.mastersync.table.updated')
@include('site.mastersync.table.deleted')
@endsection @push('scripts') @include('site.mastersync.table.new-script') @include('site.mastersync.table.updated-script') @include('site.mastersync.table.deleted-script') @endpush