@extends('admin.layouts.master') @section('title', 'Get Started - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.GetStarted') }}

{{ csrf_field() }} {{ method_field('PUT') }}




@endsection