@extends('layouts.app') @section('style') @stop @section('content')
  @lang('layout.CreateNewPay')
{{Form::open(['route' => 'readJson.storereadJson','method' => 'POST','class' => 'form-horizontal'])}} @csrf @foreach($data as $key=>$value) @endforeach
Phrase Old New
@lang('layout.Cancel')
{!! Form::close() !!}
@endsection @push('scripts') @endpush