@extends('layouts.main') @section('title') {{ __('Import Dummy Data') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('Instructions:') }}
  1. {{ __('Click the button below to import dummy data automatically.') }}
@endsection @section('script') @section('script') @endsection